Pagination not working, showing all records instead of 10
Pagination not working, showing all records instead of 10
mahfujasif
Posts: 1Questions: 1Answers: 0
Here are the options i used to enable pagination. Am I missing anything?
.dataTable({
"lengthChange": true,
"lengthMenu": [10, 20, 50, 100],
"paging": true,
"pagingType": "simple",
Answers
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Look in the browsers console for errors.
Kevin