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
I am using react-sortable-tree in my application to create a funnel. I have a use case where I have a two buttons on child node to create another node under and above it. I need a method where I can pass parentKey and index so that new node is create under parent at specific index.
I did not find any function like addNodeUnderParentAtIndex which can do so.
Any help on how this can be done is appreciated!
The text was updated successfully, but these errors were encountered:
I am using react-sortable-tree in my application to create a funnel. I have a use case where I have a two buttons on child node to create another node under and above it. I need a method where I can pass parentKey and index so that new node is create under parent at specific index.
I did not find any function like addNodeUnderParentAtIndex which can do so.
Any help on how this can be done is appreciated!
The text was updated successfully, but these errors were encountered: