[DataGrid] Exclude hidden columns from quick filtering by default #9655
Labels
breaking change
component: data grid
This is the name of the generic UI component, not the React module!
feature: Filtering
Related to the data grid Filtering feature
v7.x
When using quick filter, it searches through hidden columns by default.
Sometimes it could be confusing to a user searching for a value:
Why does this row pass the filter?
Because it has a hidden column with a matching value:
In #9610 we added an option to exclude hidden columns in quick filter.
I think we should do this by default in v7.
The text was updated successfully, but these errors were encountered: