Infinite Vertical Scrolling with server side processing not working for me.
Infinite Vertical Scrolling with server side processing not working for me.
santoshkore
Posts: 1Questions: 0Answers: 0
Hi,
First of all its great work dataTable Team.
I am using infinite scroll with server side processing. I need to access 25 records per request and once user scrolls down to end
then new request should get fire for next 25 records and so on. In my case i am overriding $.getJSON() with fnServerData(). But it working for me(not firing new at the end)
Any help would be appreciated.
First of all its great work dataTable Team.
I am using infinite scroll with server side processing. I need to access 25 records per request and once user scrolls down to end
then new request should get fire for next 25 records and so on. In my case i am overriding $.getJSON() with fnServerData(). But it working for me(not firing new at the end)
Any help would be appreciated.
This discussion has been closed.