server_processing.php
server_processing.php
In reference to http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html, I would like to see some of the source code for server_processing.php. What I am trying to understand is how to tell my AJAX script how to get the next set of rows. This is what I have:
I am currently using DT 1.9.4 and during initialization I am loading over 2000 rows of a 6 column table. This table is expected to grow and I am afraid I might kill the performance if not the browser. Thus I want to do virtual scrolling but I am not clear what to communicate to the my AJAX script and what it should expect.
Thanks
I am currently using DT 1.9.4 and during initialization I am loading over 2000 rows of a 6 column table. This table is expected to grow and I am afraid I might kill the performance if not the browser. Thus I want to do virtual scrolling but I am not clear what to communicate to the my AJAX script and what it should expect.
Thanks
This discussion has been closed.
Replies
http://datatables.net/usage/server-side
Thanks!