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

Is filter() currently broken?

$
0
0

Per the API documentation, I've been trying to get the filter() method working without success.

See: http://live.datatables.net/qoqocoge/1/edit

The function is supposed to be called for each row in the table. That is working correctly as you can see from the logs in the console. But as I understand it any row for which the function returns "false" show be filtered out of the table. This is not happening. In the example I simply put "return false" so that ever row should be filtered out, but no luck.

Any suggestions on how I can get this to work?


Viewing all articles
Browse latest Browse all 2364

Trending Articles