cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Filter fails with '-' or html entities #37

Open abs0 opened 9 years ago

abs0 commented 9 years ago

There seem to be quite a few cases where content will show up fine in the filter dropdown select, but fail to pickup the matching rows when selected:

Some examples:

<td class="filterable">-</td> <td class="filterable">One &amp; two</td>

Thanks :)