how to solve problem of paging in server side process?

how to solve problem of paging in server side process?

mukeshsinghmukeshsingh Posts: 2Questions: 1Answers: 0
edited May 2016 in Free community support

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???

Answers

  • allanallan Posts: 63,794Questions: 1Answers: 10,513 Site admin

    We'd need a link to the page showing the issue so it can be debugged.

    Allan

This discussion has been closed.