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

[DataGrid] Make column grouping feature stable #11698

Merged
merged 7 commits into from
Jan 17, 2024

Conversation

MBilalShafi
Copy link
Member

@MBilalShafi MBilalShafi commented Jan 16, 2024

Closes #10556

Changelog

Breaking changes

  • Column grouping is now enabled by default. The flag columnGrouping is no longer needed to be passed to the experimentalFeatures prop to enable it.

  • The column grouping API methods getColumnGroupPath and getAllGroupDetails are not anymore prefixed with unstable_.

  • The column grouping selectors gridFocusColumnGroupHeaderSelector and gridTabIndexColumnGroupHeaderSelector are not anymore prefixed with unstable_.

@MBilalShafi MBilalShafi added breaking change component: data grid This is the name of the generic UI component, not the React module! feature: Column groups Related to the data grid Column groups feature v7.x labels Jan 16, 2024
@MBilalShafi MBilalShafi self-assigned this Jan 16, 2024
@MBilalShafi MBilalShafi mentioned this pull request Jan 16, 2024
45 tasks
@mui-bot
Copy link

mui-bot commented Jan 16, 2024

@MBilalShafi MBilalShafi marked this pull request as ready for review January 17, 2024 14:10
@cherniavskii cherniavskii added the plan: Premium Impact at least one Premium user label Jan 17, 2024
Copy link
Member

@cherniavskii cherniavskii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, could you mention this change in the migration guide?

@cherniavskii cherniavskii removed the plan: Premium Impact at least one Premium user label Jan 17, 2024
@MBilalShafi MBilalShafi merged commit 8db3842 into mui:next Jan 17, 2024
18 checks passed
@MBilalShafi MBilalShafi deleted the breaking-changes/column-grouping branch January 25, 2024 10:41
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! feature: Column groups Related to the data grid Column groups feature v7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[datagrid] Make certain experimental / unstable features stable
3 participants