kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
598 stars 146 forks source link

using smooth-dnd with a table > tr > td and > th does not work correctly #81

Open danvln opened 3 years ago

danvln commented 3 years ago

I have used this library successful so far -- thank you for all the great work. Now I hit a blocker. I am using it with react, and I need to drag and drop the rows and the columns in a table. Just that, and nothing more.

It does not work. It somehow considers the header as part of the rows. Is any issue that's know on this?