Datatable server side processing on table scroll

Datatable server side processing on table scroll

ManiPSManiPS 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

Answers

This discussion has been closed.