Scroller Implementation Issues
Scroller Implementation Issues
lesalgado47
Posts: 40Questions: 14Answers: 0
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:
This discussion has been closed.
Answers
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
Hey, it should be 'scroller' rather than 'scoller'
ROFL -- you are a genius!