Open jwmiii opened 2 years ago
currently it doesn't support rewriting all data directly (only handlers are supported to update a portion of the data). It is planned to add the feature to update the data held in the tree "externally"
Hi @shunjizhan Any update for this feature?
Hi @jwmiii , you have any idea, how you will achieve this?
What is the best way to update the data held in the tree "externally"? I have my data in state and when I setState on that my tree just goes blank. It works for the initial state. Is there a way to call the addNode and deleteNode? Thanks for any help.