-
-
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
[DataGrid] Add name
attribute to selection checkboxes
#15178
Conversation
Deploy preview: https://deploy-preview-15178--material-ui-x.netlify.app/ |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
name
attribute to selection checkboxes
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.
Thanks!
I've updated the PR to use the name
attribute because it doesn't have to be unique (as opposed to id
).
Cherry-pick PRs will be created targeting branches: v7.x |
Co-authored-by: Andrew Cherniavskii <andrew.cherniavskii@gmail.com>
Closes #15112
Add Id to
GridCellCheckboxRenderer
andGridHeaderCheckbox
to avoid issue warning in console.