How can I update the values of the selected row on the same index? #61
Unanswered
khawajaRafey
asked this question in
Q&A
Replies: 1 comment
-
|
Add this function to CTkTable and this will return selected row index along with values so now you can update the row after getting its row index. Usage: |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am making a data entry form. And want to make edit/delete button. So, when user will click on row, I will select a row using select_row()
method and insert the values from the table to the entry inputs, but then when user will click the save button after making some edits, I want to update the values on the same index row and also want to deselect that. Is there any way through which I can get the index of the selected row?
Beta Was this translation helpful? Give feedback.
All reactions