react-redux-grid
react-redux-grid copied to clipboard
Reorder Columns with Drag and Drop no longer working (first noticed 2017-02-03)
Reordering the columns by clicking and dragging no longer works with the latest code. I first noticed this looking at the example app on herokuapp on Friday, 2017-02-03
To reproduce:
- go to http://react-redux-grid.herokuapp.com/ in your browser
- select the "Complex" example from the Examples side bar on the left
- click on the word "Phone" in the grid header, drag it to the right of the word "Email" and release the mouse
Observed behavior:
- The ghost drag image disappears, and nothing changes in the grid.
Expected behavior:
- The Phone Number column is moved to the right of the Email column.
Thanks for posting, I'm working on a resolution as we speak. Will push once complete.
I've thought about this, and I think rather than simply fixing this bug I'm going to utilize the react-dnd library that we use for dragging/dropping the tree rows. Soooo, that will take a little more time, but it will rule in the end.
Let me know if you have any thoughts.
Makes sense to me, using react-dnd everywhere seems like the way to go.
Hey, any update on when draggable columns will work again? :)