Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data grid] Remove the hide property of GridColDef #6001

Closed
Tracked by #3287
flaviendelangle opened this issue Sep 2, 2022 · 0 comments · Fixed by #5999
Closed
Tracked by #3287

[data grid] Remove the hide property of GridColDef #6001

flaviendelangle opened this issue Sep 2, 2022 · 0 comments · Fixed by #5999
Assignees
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! v6.x

Comments

@flaviendelangle
Copy link
Member

Summary

Breaking change for v6.
For more context: #3287

Remove the deprecated hide property of GridColDef.

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 v6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! v6.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant