Skip to content

Get the current DataRow in DataTable #740

Answered by roniemartinez
Soif2Sang asked this question in Q&A
Discussion options

You must be logged in to vote

Use the param e and you can access the row using e.control

on_select_changed=lambda e:  e.control # <-- do something with `e.control`

You can store data on the row or check the index of that row from the table

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@Soif2Sang
Comment options

@ingdesarr1
Comment options

@OtherwisePitt92
Comment options

@ndonkoHenri
Comment options

Answer selected by Soif2Sang
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
6 participants