Server side - loading all data one time only.
Server side - loading all data one time only.
Hi. I'm using DataTables with server side database. I want to load all data for certain query once and then preform all sorting/filtering operations without further ajax calls. I've tried to increase pipeline size and it works for pagination. However, any sort/filtering operations are still using ajax requests.
Is it possible to disable ajax requests for sorting/filtering when all required data is already loaded?
Is it possible to disable ajax requests for sorting/filtering when all required data is already loaded?
This discussion has been closed.
Replies
Allan
Thanks for the tip! Now it works like a charm. :)