Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

How to retrieve data associated with current search?

$
0
0

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?


Viewing all articles
Browse latest Browse all 2364

Trending Articles