-
-
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
[data grid] Support for selection of pinned rows #10057
Comments
@mui/xgrid Does someone have more context on this? |
Any updates here? :) |
Pinned row selection was extracted out of the Row pinning effort in #4863 to reduce the scope. |
Any word on if this can be picked up @mui/xgrid ? This would be a huge help. |
Pinned row selection would be awesome! We use row selection, but currently have to work around this by pulling the pinned rows out of the table and building selection ourselves in order to perform the same actions we have for non-pinned rows. |
Performing actions on pinned rows seems common enough that it should be expected functionality. It would be very useful for my use case. |
+1 for selection of pinned rows :) |
Waiting for this functionality also! |
cherniavskii the requests are piling in haha 😉 |
@dshapiro-david we are trying to cover as much as we can. If we are not prioritising this feature now it means that there are more pressing things that we need to finish first. In the end, we have limited resources that we need to deploy in the best way we can, hope you can understand. |
@DanailH Absolutely, that makes sense. You are doing great work! I was simply addressing the comment "I'm converting this issue to a feature request to check if there's a significant demand for this feature |
Order ID or Support key 💳 (optional)
50967
Duplicates
Latest version
The problem in depth 🔍
According to the docs, pinned rows currently do not support row selection: https://mui.com/x/react-data-grid/row-pinning/#usage-with-other-features
Our question is -- are there any future plans to support this, or, is there a way we can work around this? We're working on a feature where we want to be able to checkbox select pinned rows and take actions on them. But as of now the pinned rows don't render the checkboxes.
Your environment 🌎
`npx @mui/envinfo`
The text was updated successfully, but these errors were encountered: