sorting in another page

sorting in another page

yoseiyosei Posts: 1Questions: 1Answers: 0

I have server-side pagination, so every time I change the page, the table initializes again. the sorting works fine if you're on page 1 but if you move to another page the sorting is a mess.

Answers

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

    With server side processing enabled the server script is responsible for sorting, searching and paging. The server script will need to be debugged to find out why the sorting is a mess. Are you using a server side processing script supplied by Datatables or the Editor?

    Kevin

Sign In or Register to comment.