How to prevent the datatable pulling data when the user paginate backward?

How to prevent the datatable pulling data when the user paginate backward?

iamgenesisivaniamgenesisivan Posts: 4Questions: 3Answers: 0

Im using datatable with serverside processing.

Sample scenario is that:

When the user paginate into the datatable page 1, page 2 and then page 3 it will pull the data from the serverside. Is there a way that when the user paginate back, since the data has been pulled into the server, it will not pull anymore. I want the previous data stored. Is there any way to do it? Currently I'm reading the stateSave property of datatable. TIA

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.