-
Hi -- thanks so much for making fancy tree and refactoring it to wunderbaum! I'm currently trying to setup basic file i/o operations like create new file/folder, move, rename, delete, etc. But I'm struggling a bit with how to implement some of them...Namely how to add/delete/manipulate nodes in the tree and have them render appropriately. I think I'm basically asking for the "Tree API" doc page to be filled in (currently marked as "under construction"). (Also found editing grid cells page -- is this related?) Also related:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
maybe the tree.applyCommand() and node.applyCommand() help.
From the API docs you can also jump to the code for some details.