gittree update dynamics update #266
Unanswered
zhang9song
asked this question in
General
Replies: 2 comments 1 reply
-
|
This question has been asked and answered several time already.
Hope that helps |
Beta Was this translation helpful? Give feedback.
0 replies
-
def update_tree():
state.tree.append({"id": "5", "parent": "1", "visible": 1, "name": "Slice 3"})
state.dirty('tree') |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to add some new node into gittree after click button. But I have to refresh whole browser page and get result. How to dynamically update a tree does not require refreshing the entire page?
Beta Was this translation helpful? Give feedback.
All reactions