ReactJS Drag and Drop Between Multiple Lists

Viewed 9888

I've been searching all day and haven't found anything.. All the React libraries all seem to only sort between ONE standalone list.

The closest I found was this article: http://rafaelquintanilha.com/sortable-targets-with-react-dnd/

with this example: http://rafaelquintanilha.com/apps/sortabletargets/

The problem is that you have to drag the item to a different list BEFORE you can sort it. In otherwords you can't drag an item from one list to another list and also place the item exactly where you want in that list that your'e dragging it to.

Is there any sort of library that you guys know about or know just of any way I can accomplish this?

I desperately need this functionality for a work project. Thank you for any help

1 Answers
Related