Hi,
I'm either missing something or the HTML-filtering seems to be broken. If I have a table with some cells containing HTML-data DataTables is supposed[1] to perform sorting/filtering on the textual value rather than the HTML code. However it doesn't seem to filter the HTML-code away even though I explicitly set the "sType" to "html". I tried it on your example[2] site and it seems broken there as well.
To quite a line from [1]:
If you write "spry" into the search field (still using example at [2]) all three rows will still be visible. And the only reason for that must be that it matches the URL in the HTML which contains "sprymedia".
[1] http://datatables.net/development/filtering#type_based
[2] http://datatables.net/examples/advanced_init/html_sort.html
Regards,
Fredrik
I'm either missing something or the HTML-filtering seems to be broken. If I have a table with some cells containing HTML-data DataTables is supposed[1] to perform sorting/filtering on the textual value rather than the HTML code. However it doesn't seem to filter the HTML-code away even though I explicitly set the "sType" to "html". I tried it on your example[2] site and it seems broken there as well.
To quite a line from [1]:
As such the end user's filtering input will not match on the HTML tags (it is worth noting that the built in type of 'html' will perform this action,
If you write "spry" into the search field (still using example at [2]) all three rows will still be visible. And the only reason for that must be that it matches the URL in the HTML which contains "sprymedia".
[1] http://datatables.net/development/filtering#type_based
[2] http://datatables.net/examples/advanced_init/html_sort.html
Regards,
Fredrik