How can I dynamically change the content of GridView? #419
Unanswered
samzhangjy
asked this question in
Q&A
Replies: 0 comments
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, I'm a newbie in Textual. I'm trying to build a terminal application using Textual and requires to update the contents of GridView when the user hits a certain number. I tried to use Reactive variables, but it didn't seem to be working... Below is my code sample:
Whereas
Crawler.get_topic
returns something like:And by the way... I want to use the
ScrollView
widget as well, which should be the parent ofGridView
. However... I didn't really found a way to achieve this.Can anyone help me a little? Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions