Can we disable the checkbox rendered by the TableSelectionCell component? #31719
Unanswered
nathaniellee
asked this question in
Q&A
Replies: 1 comment
-
You can use slots to do this: <TableSelectionCell checkboxIndicator={{ disabled: true }} />
<TableSelectionCell radioIndicator={{ disabled: true }} /> ^ should do the thing 🐱 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I didn't see a disable prop here. Is there a way to pass a disable prop in? Or do we need to just manually construct checkboxes in the table if we have a use case where some rows need to be disabled?
Beta Was this translation helpful? Give feedback.
All reactions