[data grid] Refactor GridFilterItem properties #5604
Labels
breaking change
component: data grid
This is the name of the generic UI component, not the React module!
v6.x
Summary
Breaking change for v6.
For more context: #3287
Rename
GridFilterItem['columnField']
->GridFilterItem['field']
mui-x/packages/grid/x-data-grid/src/models/gridFilterItem.ts
Line 13 in b778028
Rename
GridFilterItem['operatorValue']
->GridFilterItem['operator']
mui-x/packages/grid/x-data-grid/src/models/gridFilterItem.ts
Line 23 in b778028
Context: [DataGrid] Fix date operators not working with date-time values #1722 (comment)
Make
GridFilterItem['operatorValue']
(renamed 'operator') requiredContext: [DataGrid] Improve the invalid
sortModel
andfilterModel
warnings #3671 (comment)see this comment]([DataGrid] Improve the invalid
sortModel
andfilterModel
warnings #3671 (comment))Motivation
The text was updated successfully, but these errors were encountered: