minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should be dropped between 2 nodes

hungnguyen1412 opened this issue · comments

I mean, we have a tree likes that:
--node 1
--node 2
--node 3

I drag and drop the node 3 between node 1 and node 2, it becomes:
--node 1
--node 3
--node 2

Thanks

Thank you for your comments.
This issue is currently being addressed, but will be closed as it overlaps with the following issue.
#41