Should work okay - can you link to a test case please?
Here is an example: http://live.datatables.net/edeluc/edit#javascript,html . Type `<` in the filter and you should get two rows. The Trident row because I've added `<` into the HTML for that row. And the other one because of a bug in 1.9.4 ( :-( ). It doesn't remove the HTML before filtering, so you can actually filter on the HTML tags. This is fixed in git and will be in the next release. It was a bug introduced in 1.9.4 sadly.
Replies
Here is an example: http://live.datatables.net/edeluc/edit#javascript,html . Type `<` in the filter and you should get two rows. The Trident row because I've added `<` into the HTML for that row. And the other one because of a bug in 1.9.4 ( :-( ). It doesn't remove the HTML before filtering, so you can actually filter on the HTML tags. This is fixed in git and will be in the next release. It was a bug introduced in 1.9.4 sadly.
Allan
Thanks for replying so fast. I've sent you a message with the link. I should mention that I fetch the data using JSON, so maybe that's the issue?