-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[DataGridPremium] Pivoting PoC #9877
base: master
Are you sure you want to change the base?
Conversation
Deploy preview: https://deploy-preview-9877--material-ui-x.netlify.app/ Updated pages: |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
{isAvailableField ? ( | ||
<Menu {...menuProps}> | ||
<MenuItem dense onClick={() => handleMove('rows')}> | ||
Add to Rows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be a bug with this action:
Edit: seems to happen with this field regardless of which group you add it to
bug.mp4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's a regression I introduced recently.
I'll fix it 👌🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
WIP
https://deploy-preview-9877--material-ui-x.netlify.app/x/react-data-grid/pivoting/
Related to #214