PRB: Page Size not working
PRB: Page Size not working
jrichview
Posts: 36Questions: 7Answers: 0
In 1.9 page size control worked like a charm. First foray with 1.10 and it seems to have no effect.
Initialization code:
$(grid).dataTable({
"dom": 'flrtip',
"pagingType": "simple",
"columnDefs": colDefs
});
To see live example of this, follow link and click instructions on this issue: http://datatables.net/forums/discussion/21663/probable-bug-disable-sort-on-1st-column
This discussion has been closed.
Replies
What do you mean by "page size control"?
Length change (the "l")
Error magically went away. I have no explanation how or why, but ignore this.