Datatable server side processing on table scroll
Datatable server side processing on table scroll
![ManiPS](https://secure.gravatar.com/avatar/075d1ada20455bcf39140fbe10faa0a5/?default=https%3A%2F%2Fvanillicon.com%2F075d1ada20455bcf39140fbe10faa0a5_200.png&rating=g&size=120)
i am using datatable which uses server side pagination on table scroll. So It loads the data as an when I scroll down the table. I want to send api call to the service when i reach the 100th records, next 200 th record and 300th record , so on.
How to set that limit as 100 ?
I tried iDisplyLimit : 50.
But not working.
Thanks in advance
This discussion has been closed.
Answers
Hi @ManiPS ,
I assume you're using Scroller, in which case, you need to use
scroller.displayBuffer
,Cheers,
Colin
@colin
Thanks. It is working. you r man. cheers.