Using Server Side Processing with rowCallback
Using Server Side Processing with rowCallback
tfontaine1
Posts: 4Questions: 1Answers: 0
I am having an issue using serverside processing along with rowCallback. When using serverside processing it executes the rowCallback for every single row of data, not just the rows that are being displayed on the page. Is there a way to use rowCallback with serverside processing that only executes the callback for the rows displayed on the current page?
This discussion has been closed.
Answers
In this serverside test case I just built the rowCallback processes only those rows being displayed:
http://live.datatables.net/levapexo/1/edit
The function displays the row index of the row being processed. Only 10 rows are displayed and processed.
Are you using the 'scroller` extension? If so, then I think all rows returned via the scroller options will be processed.
Also you have a duplicate post:
https://datatables.net/forums/discussion/45309/using-server-side-processing-with-rowcallback#latest
Kevin