how to solve problem of paging in server side process?
how to solve problem of paging in server side process?
mukeshsingh
Posts: 2Questions: 1Answers: 0
im using laravel 5.2.whenever page loads it shows full rows even if i select from paging dropdown.
ex:Showing 1 to 10 of 12 entries but shows full 12 entries in every paging selection
i tried->
'pageLength': 5,
'lengthMenu': [[5,10, 25, 50, -1], [5,10, 25, 50, "All"]],
'pagingType': "full_numbers",
not work for me still show full rows .
Any suggestion???
This discussion has been closed.
Answers
We'd need a link to the page showing the issue so it can be debugged.
Allan