koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
324 stars 95 forks source link

Filter cell with '=' in text #805

Open taker218 opened 3 years ago

taker218 commented 3 years ago

Hi,

I just stumbled upon this extension and I really love it so far. But I have one problem with filtering a table where there are '=' in one of the cells.

When I use the select filter and I select the corresponding entry (in my example it's "Test=Test") I don't get any results. I also have entries in the table which don't have any '=' in it.

I now have gone to the standard filter for this column, so you need to type in the version you want to search for. But it would be a lot easier to use the select filter here.

Is there any way I can use the select filter even with this kind of entries in the table?

Best regards, Thomas

rimace commented 3 years ago

You could use regular expressions like rgx:Test\=Test