Scroller Implementation Issues

Scroller Implementation Issues

lesalgado47lesalgado47 Posts: 40Questions: 14Answers: 0
edited July 2016 in Free community support

Hi Allan,
I am having trouble Implementing Scroller. Here is the init statment I am using:

(... Editor statment ...)

   var table = $('#example').DataTable({
            deferRender: true,
            scrollY: 200,
            scrollCollapse: true,
            scoller: true,
            ajax: "/api/trax",
            columns: [

                    { data: "Name" },
                    { data: "Priority" },
                    { data: "AssocFund" },
                    { data: "Level" },
                    { data: "Partner" },
                    { data: "MGR" },
                    { data: "Senior" },
(....)

Edited by Allan - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.

This question has accepted answers - jump to:

Answers

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin
    Answer ✓

    Perhaps you could explain what the trouble you are having is. Javascript error, display error, something else? If you could post a link to the page showing the issue that would be useful.

    Allan

  • rashtheduderashthedude Posts: 16Questions: 0Answers: 1
    Answer ✓

    Hey, it should be 'scroller' rather than 'scoller'

  • lesalgado47lesalgado47 Posts: 40Questions: 14Answers: 0

    ROFL -- you are a genius!

This discussion has been closed.