lengthMenu not working with displayLength
lengthMenu not working with displayLength
CoderStef
Posts: 2Questions: 1Answers: 0
Hello,
Using this Options :
"lengthMenu": [[10, 20, 25, 50, -1], [10, 20, 25, 50, "All"]],
"displayLength": 20,
When i change the page the datatables display all row, but i need 20 from the displayLength Options.
Any Idea why this not working on the first page change?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
In 1.10 it is pageLength:
pageLength
thx.
this is the solution :)