fnGetFilteredResults with pagination and per column filters

fnGetFilteredResults with pagination and per column filters

uk0kuuk0ku Posts: 1Questions: 0Answers: 0
edited July 2012 in General
I have a 4000 row datatable that currently has a input textbox filter per column. Each row starts with a checkbox with an data attribute containing a unique identifier.

In the general use case, a person will filter the giant list using the in column text filters. After the user enters the text filters, datatables reduces the contents of the table to something like

Showing 1 to 10 of 34 entries (filtered from 4,013 total entries)

What I need to do is be able to grab all 34 of those rows (or however many rows are returned post filter). fnGetTrNodes() only returns the rows that have been visited by page change for some reason. The code for fnGetHiddenTrNodes doesn't seem to work either. It just returns the initial rows from the first page.

Unfortunately, the datatables debugger doesn't seem to be able to load my dev build.

Any ideas?
This discussion has been closed.