Skip to content

How Can I get a selected CellValue In widgets.Table? #3438

Answered by andydotxyz
nemofusion asked this question in Q&A
Discussion options

You must be logged in to vote

The table does not store your data, so you cannot ask it for value at a position.
The widget renders what is present in a backing data store of some sort - so you should ask your data what is at the position.
The OnSelected and OnUnSelected help you know when the selection changes, but we cannot tell you what data was there.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nemofusion
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants