fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 640 forks source link

Search a string with "_" and "-" does not work #891

Open rsslldblsnglll opened 2 years ago

rsslldblsnglll commented 2 years ago

(Footable 3.1.6) Hi guys. I've a table in which there are text records like: SOMETHING_SOM-ETH-010_username.

I've already tried to put in a script:

$(document).ready(function () { $("#mytable").footable({ "filtering": { "exactMatch": true } }); });