Sorting Column.. showing previous data on datatable while processing
Sorting Column.. showing previous data on datatable while processing
virendranaruka
Posts: 1Questions: 1Answers: 0
I am using server side data table using ajax.
I am populating datatable from ajax request . So issue is as on following steps
1. Populated datatable with on resultset. Table is drawn with resultset1
2. Again Some custom search and populating datatable with resultset2.
3. When clicking on Column for sort.
while processing its showing resultset1 data on datatable.
4. After sort processing complete it shows sorted result with resultset2.
Not sure why #3 is happening. Its working fine while pagination no issue like sorting process. Please suggest. really appreciates any help and support.
This discussion has been closed.
Answers
This example seems to work:
https://datatables.net/examples/server_side/simple.html
Can you post a link to a page showing the issue for debugging?
Kevin