Replies: 1 comment
-
Rather than using |
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.
-
The requirement is to disable further selection after N number of rows is selected. This is achieved by using
selection.count
.However, user should be able to "deselect" an already selected row to achieve N - 1 rows selected (setting disableSelectionZone back to false), in other to perhaps select another.
How is this achievable?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions