-
Notifications
You must be signed in to change notification settings - Fork 31
feat: allow disable row checkbox under condition #99
feat: allow disable row checkbox under condition #99
Conversation
|
Thank you for your efforts. |
I use the checkReadOnly property to make checkboxes read-only on a cell basis. The disableRowCheckWhen property you mentioned seems to completely disable the checkboxes. Do these two methods essentially achieve the same result, or is there a significant difference between them? |
In my case I need to show the checkbox disabled ("gray color and does not allow interaction with it") the |
|
Hey @doonfrs, I pushed the changes !! |
|
@yeikel16 done, thank you! |
In some cases I need the row checkbox to be disabled to prevent user interaction.
I have tried to implement
rendererfunction inPlutoColumnwith my own checkbox, but it still showsPlutoScaledCheckboxwidget. When I setenableRowCheckedequal tofalse, the checkbox under the title "Checkbox All" is not available.