[data grid] Remove the hide
property of GridColDef
#6001
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
Remove the deprecated
hide
property ofGridColDef
.Motivation
In
v5.3.0
, we introduced a new model (columnVisibilityModel
) that allows a better visibility management (with state import / export, controlling, callback when hiding all and showing all at once, etc...)The legacy
hide
property has been deprecated since this release and is intended to be removed in v6The text was updated successfully, but these errors were encountered: