Scroller event for server side datatable
Scroller event for server side datatable
sdinesh21
Posts: 37Questions: 0Answers: 0
Hello Allan/All,
I am using Datatables 1.9 with serverside data having around 6000 rows. Datatables fetches around 200 rows initially. I want to capture the event when user scrolls to the next set of 200 rows. I tried $('.dataTables_scrollBody').on('scroll', function() {} but it captures all scroll events, even if it is within a single set of 200 rows.
Please advise.
I am using Datatables 1.9 with serverside data having around 6000 rows. Datatables fetches around 200 rows initially. I want to capture the event when user scrolls to the next set of 200 rows. I tried $('.dataTables_scrollBody').on('scroll', function() {} but it captures all scroll events, even if it is within a single set of 200 rows.
Please advise.
This discussion has been closed.
Replies
Allan