[data grid] Remove disableExtendRowFullWidth
prop
#4308
Labels
component: data grid
This is the name of the generic UI component, not the React module!
new feature
New feature or request
Shouldn't we fix
disableExtendRowFullWidth
too? Reading its description seems that we're supporting partially it = only removing the last border. If the description is correct,disableExtendRowFullWidth=false
should behave like if the last column hadflex=1
.mui-x/packages/grid/x-data-grid/src/models/props/DataGridProps.ts
Lines 163 to 166 in c746e61
Currently, it gives the impression that the row is extending the full width, but once the cell is clicked I see its true width.
Changing the way
disableExtendRowFullWidth
works can be a breaking change, it depends on how we see its behavior.Originally posted by @m4theushw in #4224 (review)
Observations
To do it, we should care about the column resizing which implies two levels of modification:
The text was updated successfully, but these errors were encountered: