fooplugins / FooTable

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

Search values with "&" inside #893

Open ssada1975 opened 1 year ago

ssada1975 commented 1 year ago

I have rows with cells with "&" into the text like for example "K&Q" If I search exactly "K&Q" results are zero. If I search "K & Q" i got them

What could be the reason and how to solve?

Here below the settings "paging": { "enabled": true }, "filtering": { "enabled": true, "connectors": false, "space": "AND", "min":3 }, "sorting": { "enabled": true }, "state": { "enabled": false }, 'components': { 'filtering': FooTable.MyFiltering }