Doubt regarding infinite scrolling

Doubt regarding infinite scrolling

kaustubhkeshavkaustubhkeshav Posts: 3Questions: 0Answers: 0
edited June 2013 in DataTables 1.9
Hi,
I am trying to implement the infinite scrolling feature and I saw from the documentation that I can either use server side processing and do all the filtering as well as incremental data fetch on the server or I can use the ajax data source to fetch all the data and let datatables do the filtering for me.

Now my requirement here is kind of a mix of these 2 features such that, I have a filter on a column, but I only want to do client side filtering (as in filter only on the rendered data), but the scrolling should be done by fetching data from the server incrementally.

Is there any way to achieve this functionality?

Replies

  • kaustubhkeshavkaustubhkeshav Posts: 3Questions: 0Answers: 0
    Just to be more explicit. here is the link which I was reading to implement this feature - http://www.datatables.net/release-datatables/examples/basic_init/scroll_y_infinite.html
This discussion has been closed.