Update DataTable after ModalScreen #6170
Unanswered
antoniorodr
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Dis this help? https://textual.textualize.io/guide/screens/#returning-data-from-screens |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi guys!
I am trying to run a function (which loads data into the DataTable) after the ModalScreen I created to created a row on in. So it needs to run
after
the user clicks on saveand
the modal closes so the new data (if the verification of the data after clicking save had no errors, that's why I saidand closes
) appears on the table.How can I do it? I tried a lot of things, and anything worked. It can be because my code is a mess (I am testing things), but I want to hear from you.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions