bevacqua / react-dragula

:ok_hand: Drag and drop so simple it hurts
http://bevacqua.github.io/react-dragula
MIT License
994 stars 77 forks source link

Drag and drop between Container #17

Closed sajumani closed 8 years ago

sajumani commented 8 years ago

Hi,

How can we integrate, Drag and drop between container.. In Jquery cersion i can see the example but i stuck with React Version

sajumani commented 8 years ago

dragulaDecorator = () => { let options = { }; Dragula([this.container_1,this.container_2], options); };

I changed this like, it seem works fine... but in future , i may have more container ... how do we integrate it with dynamically ??

sajumani commented 8 years ago

i changed with dynamic containers, and it works fine....

i will check with callback events...

by the way, am expecting some more clear documentation...

Thanks a lot...