Pagination not working, showing all records instead of 10

Pagination not working, showing all records instead of 10

mahfujasifmahfujasif 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

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    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

  • kthorngrenkthorngren Posts: 21,344Questions: 26Answers: 4,954

    Look in the browsers console for errors.

    Kevin

Sign In or Register to comment.