How to change default entries shown on a table?
How to change default entries shown on a table?
RecursiveFun
Posts: 2Questions: 1Answers: 0
in DataTables
Currently, the default number of entries shown is 10. Is there a way to change that default value along with the other values in the drop-down to be higher?
This question has an accepted answers - jump to answer
Answers
Use
pageLength
andlengthMenu
to make both those changes.Kevin
Awesome thanks!