You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, currently I have a simple grid with rowSelection implemented. For some business reason I need to be able to remove or, preferably, disable the checkbox on a few specific rows.
I would like to be able to implement this by using the default checkbox implementation but I couldn't found any specific property that allow me to get the desired behavior.
In the meantime, should I just simply implement a specific frozen column with a custom cell action?
The text was updated successfully, but these errors were encountered:
Also you can write custom cell formatter instead of using standard checkboxes. There you can access whole row object and write a if-else statement (show/hude your custom checkbox for individual rows)
Which version of React JS are you using?
✅ Officially supported ✅
Which browser are you using?
✅ Officially supported ✅
I'm submitting a ...
Issue Details
Hi, currently I have a simple grid with rowSelection implemented. For some business reason I need to be able to remove or, preferably, disable the checkbox on a few specific rows.
I would like to be able to implement this by using the default checkbox implementation but I couldn't found any specific property that allow me to get the desired behavior.
In the meantime, should I just simply implement a specific frozen column with a custom cell action?
The text was updated successfully, but these errors were encountered: