Hello,
I was wondering if some attribute like ignoreAccent (in the filterSettings of the grid) exists for the search component within the grid's toolbar.
For the column filters, it's working fine with these settings. Is there somethint similar for the grid's toolbar search ?
this.filterOptions = {
mode: "Immediate",
immediateModeDelay: 500,
type: "Excel",
ignoreAccent: true,
};
For example :

Here, I would want to search for Gumbär by typing the 'ä' without the accent -> 'a'.
Like so :

But as you can see, no record is displayed.
Regards