-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to select only one row at a time (via checkbox) #3664
Comments
I've come up with a work around to only select one row at a time...
Used in the grid:
|
Note, I'm also using this in conjunction with the following code for the column definitions, such that the checkbox is not displayed in the column header:
Since it would be counter intuitive to have a Select All / Select None when only one row can be selected. |
Also, because there is no function like:
Nor a function like:
A workaround is:
Used in the grid:
|
And if you want something that selects/unselects when you click:
|
Use case
Currently you can select multiple rows with the checkboxes, which is great. However, sometimes you need to be able to select only one row at a time.
Proposed solution
The text was updated successfully, but these errors were encountered: