react-arborist
react-arborist copied to clipboard
How the onCreate property works
trafficstars
hello.
How does onCreate work in react-arborist? How should we call it when we have written a separate component to render the nodes?
I mean, how should we call onCreate from the component that renders the nodes so that it returns the necessary information according to the document? For example you said to use the node.submit() function and it takes you to the onRename function. This is very good. My question is how to do it for onCreate and also onDelete? Maybe I didn't understand the document well, so please guide me. Thanks