server_processing.php

server_processing.php

dotmundodotmundo Posts: 13Questions: 0Answers: 0
edited October 2012 in General
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

Replies

  • dotmundodotmundo Posts: 13Questions: 0Answers: 0
    edited October 2012
    Ok I found what I was looking for here

    http://datatables.net/usage/server-side

    Thanks!
This discussion has been closed.