Thursday, 31 October 2019

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

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



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

No comments:

Post a Comment