-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] Fix error on simultaneous columns
and columnGroupingModel
update
#14368
[DataGrid] Fix error on simultaneous columns
and columnGroupingModel
update
#14368
Conversation
Deploy preview: https://deploy-preview-14368--material-ui-x.netlify.app/ |
packages/x-data-grid/src/hooks/features/columnHeaders/useGridColumnHeaders.tsx
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…Groups-update-error
@cherniavskii I am facing this issue in "@mui/x-data-grid-pro": "^6.20.4". Which released version has this fix? |
@gopikommu211 This fix was shipped in v7.16.0. To start using it you need to upgrade to v7. To do so, you could follow the migration guide to adjust according to any breaking changes that may affect you. Let me know if it could work out for you. |
Fixes #13985
Before: https://codesandbox.io/p/sandbox/reproduction-column-grouping-v7-6qw5qv
After: https://codesandbox.io/s/reproduction-column-grouping-v7-lf5kzl