Live update inside table #274
-
Is it possible to update a cell value inside a table once it's been rendered? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I ran into this too in an experiment. I used private reflection to reach into I just saw khalidabuhakmeh/StonksWatcher#1 (on Twitter). @patriksvensson, is that "redefine the entire table then call |
Beta Was this translation helpful? Give feedback.
-
In version 0.42, there will be support for inserting rows and removing individual rows from a table, which might solve the original issue. |
Beta Was this translation helpful? Give feedback.
-
I have a use case where I want to live update the progress of a process showing its time, and every time I have to reconstruct the entire table anew, which is pretty bad. It would be nice to only edit specific cells, which functionality is currently not present. Please either consider this for this discussion, or create a new issue to track it. |
Beta Was this translation helpful? Give feedback.
In version 0.42, there will be support for inserting rows and removing individual rows from a table, which might solve the original issue.