Looking to only select one row (disable multi-row-select) #78
Unanswered
chrisorr0264
asked this question in
Q&A
Replies: 1 comment
-
|
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.
-
Hi there.
Thanks for the app...it is very useful.
I am needing help in having the ability for a row on the table to be selected (clicking any column on the row), that would "get" the data from the row. (I have this working).
But I want to allow the users to select a different row that would: 1. unhighlight the first row and 2. return the data for the second row. Right now it seems like selecting multiple rows creates a list of the values of each row.
Is there a way to disable the selection of multiple rows?
Thanks,
Chris
Beta Was this translation helpful? Give feedback.
All reactions