I am using yadcf to filter a table, which I believe uses DataTables.search() to do the filtering.
When the table is drawn after yadcf filtering ( on ( 'draw.dt', ... ) ) I want to pull the filtered data out of the table for further processing.
I see data() and rows().data() both return the full unfiltered dataset.
Is there a way to retrieve the filtered dataset?