You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you externalize the data and use the loadData method? I see that I can provide an initial data structure from outside of the InfiniteTree by using the data option, but if I specify a loadOnDemand option then that newly added data is loaded directly into the tree itself not to the initial data. This ends up with a condition where my data is split between the initial data and the specific tree node.
Is there an example of how to use the flat tree data structure?
Two questions:
How do you externalize the data and use the loadData method? I see that I can provide an initial data structure from outside of the InfiniteTree by using the data option, but if I specify a loadOnDemand option then that newly added data is loaded directly into the tree itself not to the initial data. This ends up with a condition where my data is split between the initial data and the specific tree node.
Is there an example of how to use the flat tree data structure?
Thanks.
Cool library.