Ajax Source, paging not working for lower page numbers
Ajax Source, paging not working for lower page numbers
I have an ajax data source and when the table first loads, everything is great. There's a total of 17 pages - 170 records, only showing and receiving ten from ajax source at a time. When I click on say page 5, the ajax is called, the data set changes in the table and it's all good. If I click the 1, 2, 3, 4 or Previous buttons, the ajax is called and the data comes back correctly with the right set of rows. However the content of the table does not change. It only changes if you click a HIGHER page number. I'm stuck.
Answers
Can you post a link to your page for debugging?
This example seems to work:
https://datatables.net/examples/server_side/simple.html
Kevin