Does ajax reload reset paging work with server-side?
Does ajax reload reset paging work with server-side?
https://datatables.net/reference/api/ajax.reload()
I've been trying to use ajax reload with the the reset paging set to false for a server-side loaded table and the pagination gets reset to the first page on each call.
Is there a way to get this working with a server-side table?
Using Editor 1.7.2 for PHP
This discussion has been closed.
Answers
Hi @phlp ,
As shown in this example, the
resetPaging
option forajax.reload()
determines if the paging is reset. Hope that helps,Cheers,
Colin
Thanks Colin, certainly appears to be working in your example. Will try to figure out why it is not working in mine.