Hi. I’m trying to get filtering working with showfilterrow and localized strings. If the filtertype option is set for one or more columns all the filtering breaks when you enter something into the filter. It seems to set all the filters with filtertypes to EMPTY as the condition. So it doesn’t return anything even if you do set the desired filter to contains.
If showfilterrow is set to false it works fine.
If strings are not localized then it works fine.
Here’s a demonstration https://jsfiddle.net/LeoG123/gynq4v0j/1/
Please let me know if there’s a work around for this other than the above options.