How you get all filtered data

How you get all filtered data

dancik_dcarterdancik_dcarter Posts: 1Questions: 1Answers: 0

Using Datatables, our application is retrieving roughly 6500 rows of data. We have activated the filter functionality, so if the user enters some filter text that reduces the number of matching rows to 1500, is there any way to get an array of those 1500 rows, regardless of whether or not it is currently displayed/rendered. We are using bDefferedRender to increase the speed of the application. It seems that internally, there must be an array that stores these 1500 results, or at least a function that would be capable of returning them, however, to this point, he haven't been able to find that functionality. Thanks in advance for the solution.

Regards,
Derek Carter

This discussion has been closed.