Shaddix / dnd-kit-sortable-tree

Tree component for React with ability to drag-and-drop items throughout the tree. Based on an example from dnd-kit (https://github.com/clauderic/dnd-kit).
MIT License
91 stars 22 forks source link

feature request: multiple containers #7

Open sseppo opened 2 years ago

sseppo commented 2 years ago

To make this work with multiple containers, would likely require that user could write handle code for DNDcontext's onDragOver -event. For now, I guess the only even that user may write handler to is onDragEnd (=onItemsChanged). Thus making this work with multiple containers is harder. So, as a feature request: some kind of support for multiple containers