Disable selection. #20
Unanswered
isaacromerop
asked this question in
Q&A
Replies: 1 comment
-
it depends on whether you have the "featureRowSelect" activated or not (by default it is) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I need to stop selecting the row based on any logic.
In my case, I have "status" which can be "Inactive", so when I click the "selectAll" button it won't select the row that don't meet requirement (status === "Inactive").
I manage to stop render the checkbox, but pressing the button in the header, will select all the rows.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions