Replies: 1 comment 1 reply
-
Recreate the table from scratch, and update the renderable. |
Beta Was this translation helpful? Give feedback.
1 reply
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 want to update a progress bar with a table on top of it in a live display while also logging some data. I have cobbled together the following example for demonstration, which almost does what I want:
This results in the following display
which is almost exactly what I want, just one little detail is missing: as you can see I want to limit the amount of table entries, but I want to keep the last N instead of the first N so what I really would like to do is to remove the first row of the table and then add another. How can I do that?
I looked around and all examples I could find would create the table from scratch for similar things, but in this case I can't do that because the table is within the group object and I can't find a way to replace the table in that with a new one
Beta Was this translation helpful? Give feedback.
All reactions