How to call refresh function in jsTree after call ajax? #2554
Unanswered
luantm16110560
asked this question in
Q&A
Replies: 1 comment 1 reply
-
refresh will also reopen any opened nodes, which will trigger the open_node event, which will trigger your ajax call, which will trigger refresh - endless loop. |
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
-
When I call refresh() function in jstree after ajax , I can not understand why it run refresh function continuously while I just call it one time, here is my code:
Beta Was this translation helpful? Give feedback.
All reactions