This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
Am I too stupid? How to get the Cells values of selected table row? #665
Unanswered
Thorongil80
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
-
Hi folks,
I have the list as a vector of Row. Okay.
I get from ListState the index of the selected row.
Now I can get the Row from my List.
But for heavens sake, how do I get the value of the first Cell of the Row? Row offers no iterator and I cannot convert into Vec in any form that I tried?
I mean, it must server a purpose to be able to select something in the list, I seem too blind to connect the dots, however.
Is there an example how to select something in a Table widget and then do something with the selected data?
Or do I need to keep my raw data in the background and cannot work with the data inside the widget at all?
Cheers,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions