datatable does not cache pages how to set up?
Click on a page to repeat all the time retrieved from the cache, I hope each click is available directly from the server
If you are talking about the paging - datatable doesn’t reload data that already was loaded on client side. In other words - it does cache data.
If it necessary, there is a way to remove old data from the client side storage, so next time it will be retrieved from server side again.