reading searches and filters when in client-side mode?

reading searches and filters when in client-side mode?

kirkjerkkirkjerk Posts: 23Questions: 5Answers: 0

So we're having to reconstruct something a little like "infinite scrolling"; we need to keep searching and filtering on the backend, but our API cant return fixed number of rows that Scroller needs, and each individual query takes too long for that to work well. So the plan is to load a big hunk of data, and then provide a button to add more data.

Is there a way to read the information that the ajax callback used to get, the stuff outlined in http://datatables.net/manual/server-side ? in particular the columns and order params?

This discussion has been closed.