Multi-selection in a TreeTable on the first column? #760
Unanswered
SolenOchHavet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm exploring what is possible to do with a
TreeTable
. I have just come to realize that eachTreeTableRow
takes a string as the first column and then the rest of the columns can by any kind of widget. By havingSelectable
in the remaining columns, I'm able to catch click events and can somewhat add multi-selection support. But this doesn't work on the first column, as it's a string. Therefor, I have no way to catch which rows have been clicked.Is there any official recommended way of working with multi-selection on
TreeTable
widgets?Beta Was this translation helpful? Give feedback.
All reactions