Rust and StandardTableView : capture selected row #2818
Replies: 1 comment 6 replies
-
Hello, thank you for your feedback. Row selection is not yet implemented for the StandardTableView. But I will start with the implementation this week. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm discovering Slint 1.0.2 with Rust 1.69, I really like this gui but I have a constraint.
My application uses tables to select items.
I manage to build the table with StandardTableView but I can't retrieve the selected row.
Could you give me a clue or should I consider generating a pseudo table with a grid?
I feed the table with the 'place_searched_users' method (data from database):
The slint file for the table :
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions