fooplugins / FooTable

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

Search values with "&" inside #893

Open ssada1975 opened 2 years ago

ssada1975 commented 2 years 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 }