Using Server Side Processing with rowCallback

Using Server Side Processing with rowCallback

tfontaine1tfontaine1 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?

Answers

This discussion has been closed.