React-dnd: Connected lists with React-dnd

Created on 16 May 2016  ·  4Comments  ·  Source: react-dnd/react-dnd

Hi
First of all, Thanks for such a fantastic library!
I followed your sortable example to achieve list sorting. Is is possible to achieve something similar to https://jqueryui.com/sortable/#connect-lists jQuery connected lists sorting ?

I followed your simple sortable example using changing move method to move between columns.
This seems to work with one exception. As soon as item is moved to other column, monitor.isDragging starts returning False and I loose the nice opacity styling.
Any pointers would be much appreciated :)

Most helpful comment

Hey @greggigon if you still haven't solve the issue, you can check this https://github.com/gaearon/react-dnd/issues/227

All 4 comments

I need something similar too, I will work on it in a few days If I can find a solution i will share here

Hey @greggigon if you still haven't solve the issue, you can check this https://github.com/gaearon/react-dnd/issues/227

Had the same issue. Fixed it for me. Thanks @tarkanlar.

Sweet @tarkanlar, Thanks!
Would be good to get this example into the list of examples, TBH.

Was this page helpful?
0 / 5 - 0 ratings