mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #433] Table Refresh #317
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eatingBadger on GitHub (Apr 18, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/433
Good day I am new to go and having an issue understanding the Table primitive in Tview. I would like to refresh the content of my table after updating the cell content. I am having trouble understanding what inputs to pass to the table.draw() as I cant seem to find a screen tcell.Screen object.
I have tried to work through your table example but I am having trouble fully understanding it. After giving the app root how could I call an infinite function that counts +1 and updates for example cell [0,0] by that value?
Thank you
@eatingBadger commented on GitHub (Apr 18, 2020):
Studied the timer example and it made it the app.draw() much clearer.