Datatable server side processing on table scroll
Datatable server side processing on table scroll
ManiPS
Posts: 28Questions: 12Answers: 0
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.