pre-fetch next table page
pre-fetch next table page
jblackwood
Posts: 1Questions: 0Answers: 0
I'm using DataTables to display results from a large database, and each page of data takes approximately 15s to generate. Is it possible to pre-fetch the next page's data so that loading times appear faster? )
This discussion has been closed.
Replies
Another option is to use two DataTables and switch their visibility alternatively.
See in next example.
http://www.datatables.net/examples/server_side/pipeline.html