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 aware that react-beautiful-dnd doesn't support tree sorting and suggestion is to use @atlaskit/tree package. However it may not be a lot of incremental work to add tree sorting feature in react-beautiful-dnd.
I too desperately need tree support, and the ability to drag items between different levels. I'm seeing that this is still not supported, and I cannot get it to work either. Any update on this? Thanks!
I am aware that react-beautiful-dnd doesn't support tree sorting and suggestion is to use @atlaskit/tree package. However it may not be a lot of incremental work to add tree sorting feature in react-beautiful-dnd.
In case it helps, I created an example on codesandbox.io: https://codesandbox.io/s/vertical-list-58g70
The HTML structure is similar to those commonly used in HTML tree generation, for example, jquery sortable: https://johnny.github.io/jquery-sortable/
I have also marked Draggable and Droppable on the same elements as in jquery sortable.
Of course, if this FR is really out of scope then pl go ahead and close.
Thanks
The text was updated successfully, but these errors were encountered: