frontend-collective / frontend-collective/react-sortable-tree
How can we access sibling nodes and path of sibling node
Open
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
Thanks in advance, any suggestions would be appreciated.
**This is the tree**
* Parent-1
* Child-1.1
* Parent-2
* Parent-3
* Child-3.1
* Child-3.2
* Child-3.3
Here I want to move Child-3.3 to Child-3.2 as its children, without using mouse drag and drop.
The new tree will look something like this.
* Parent-1
* Child-1.1
* Parent-2
* Parent-3
* Child-3.1
* Child-3.2
* Child-3.3
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.