devextreme-reactive
devextreme-reactive copied to clipboard
Filters "OR" global operator
I'm using ...
- [X ] React Grid
- [ ] React Chart
- [ ] React Scheduler
Description
In the actual format grid format, it is only possible to search by matching all filters (AND). It could be nice to find all results even if only one filter match the result (OR)
Exemple: I seach { Name: "John", Sex: "M" }
The result { Name:"John", Sex: "F" } would show up, because of the "OR" global operator.
Hi @franciscailleAstus,
Thank you for your interest in our product. We will consider implementing this feature. Here is a workaround that you can try - create a custom plugin with the filterExpression getter.