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
Hello! Sorry for being a little off topic, but I had a similar task to make a nested drag and drop navigation menu and tried many DnD packages like DnDKit, react-beautiful-dnd and etc...
I found a solution using a package called "atlaskit/tree". It required some tweaks to data structure, but in the end it solved this problem for me perfectly. The documentation is not the best so I recommend reading source code on the bitbucket
I am using muuri-react and I want to make deep nested sortable list like in the image below
I am using following code to generate nested list
The text was updated successfully, but these errors were encountered: