Doubt regarding infinite scrolling
Doubt regarding infinite scrolling
kaustubhkeshav
Posts: 3Questions: 0Answers: 0
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?
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?
This discussion has been closed.
Replies