fooplugins / FooTable

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

Accent Insensitive search #857

Open prabhsimran95 opened 4 years ago

prabhsimran95 commented 4 years ago

Hi,

I wanted to do a search which should be accent insensitive i.e if i search with 'é' it should display all the values which has a normal 'e' character and values with accent 'é' and vice versa. I read issue #530 which tells us to use filterValue. I am not sure exactly how to write logic with filterValue. If you can provide me example that will be extremely beneficial, or if you have some other approach, please share it here. It will be a lot of help.