tajo / react-movable

🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
https://react-movable.pages.dev
MIT License
1.53k stars 51 forks source link

Any plan for nested dnd? #31

Open lanyusan opened 4 years ago

lanyusan commented 4 years ago

I have a use case: a list of blocks, each of which has another list, and both the block list items and sub-list items should be draggable and droppable.

I tried your lib. Only block level moves. Any plan to add nested dnd?

Thanks

tajo commented 4 years ago

Might not be that hard to enable this.

lanyusan commented 4 years ago

Looking forward to it. Thanks.