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?