[data grid] Invert generic parameter order in Grid params #5603
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
Invert put row generic before cell generic (order should be
R, V, F
) inGridCellParams
,GridRenderCellParams
,GridRenderEditCellParams
,GridValueGetterParams
,GridGroupingValueGetterParams
,GridCellEditStartParams
,GridCellEditStopParams
,apiRef.current.getCellParams
mui-x/packages/grid/x-data-grid/src/models/params/gridCellParams.ts
Line 9 in b778028
mui-x/packages/grid/x-data-grid/src/models/params/gridCellParams.ts
Line 71 in b778028
mui-x/packages/grid/x-data-grid/src/models/params/gridCellParams.ts
Line 89 in b778028
mui-x/packages/grid/x-data-grid/src/models/params/gridCellParams.ts
Line 102 in b778028
mui-x/packages/grid/x-data-grid-pro/src/models/gridGroupingValueGetterParams.ts
Line 12 in b778028
mui-x/packages/grid/x-data-grid/src/models/params/gridEditCellParams.ts
Line 57 in b778028
mui-x/packages/grid/x-data-grid/src/models/params/gridEditCellParams.ts
Line 76 in b778028
Motivation
The text was updated successfully, but these errors were encountered: