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] Change row selection propagation defaults #15485

Closed
Tracked by #13188
cherniavskii opened this issue Nov 19, 2024 · 1 comment · Fixed by #15523
Closed
Tracked by #13188

[data grid] Change row selection propagation defaults #15485

cherniavskii opened this issue Nov 19, 2024 · 1 comment · Fixed by #15523
Assignees
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! feature: Selection Related to the data grid Selection feature v8.x

Comments

@cherniavskii
Copy link
Member

cherniavskii commented Nov 19, 2024

Update propagateRowSelection default behavior to be { parents: true, descendants: true } (Context: #13757 (comment))

Another option is to remove this prop completely and make selection propagation always enabled.

@cherniavskii cherniavskii added breaking change component: data grid This is the name of the generic UI component, not the React module! feature: Selection Related to the data grid Selection feature v8.x labels Nov 19, 2024
Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

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: Selection Related to the data grid Selection feature v8.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants