DEV Community

Discussion on: CodeAlong: Multi-Column Drag and Drop in React

Collapse
 
aliplutus profile image
aliplutus

Do you know how to create recursive multi-columns?
in the following code sandbox I tried to create a sortable tree with react-beautiful-dnd but I don't know to finish it.
codeSandBox

Collapse
 
imjoshellis profile image
Josh Ellis • Edited

I haven't done recursive, so I'm not 100% sure what you're looking for.

But does this example of vertical nested lists help (I didn't make this, it's from the official docs/repo)?

Demo - Code on GH

Collapse
 
aliplutus profile image
aliplutus • Edited

recursive tree means that you can drag any element and drop it inside other elements.
dev-to-uploads.s3.amazonaws.com/i/...