I want to know if in any way figure out that fancytree is completely finished loading data and the component is fully loaded so i can change its options. Currently I am trying to change selectMode (from 3 to 2 for example) but when I do so data will not be fully loaded and checked. It looks like I am changing selectMode before data is fully loaded. Thanks in advance
Asked
Active
Viewed 2,464 times
1 Answers
2
You could use the init
event, or loadChildren
for example. See the tutorial or
the list of available events for details.
(Note however, that changing the selectMode will not (un)check any existing nodes.)

mar10
- 14,320
- 5
- 39
- 64
-
Thanks for your reply. I know that changing the select mode won't check/uncheck existing nodes. I just want to make sure I am changing selectMode after fancytree is finihsed. I will go through the link. Thanks a lot. – arvind Oct 05 '17 at 06:09