Get the rows from a filtered table

Get the rows from a filtered table

jesellesjeselles Posts: 1Questions: 0Answers: 0
edited November 2011 in General
Hi guys,

I'm trying to use DataTables to display some rows/content that users can select. They can use the filter to get access specific rows. At that stage, I'd like to have a feature "Select All" (to select all the rows that the filter displays).

I've tried to do something like

$('#catalogue').dataTable().fnFilter( 'smthg' ).fnGetData() ;

but it seems that $('#catalogue').dataTable().fnFilter( 'smthg' ) does not return a table ...

Any idea ?

Thanks by advance for your help !

Jérôme
This discussion has been closed.