Before even I start to describe the issue, if anyone has a shareable link for ant design table integration with react beautiful drag and drop please share it with me.
I tried to integrate react beautiful drag and drop with ant table and it doesn't work for some reason. When I try to drag a row, I don't see the moving animation.
Note- I don't have any console warnings or errors. Here is my high-level code->
https://codesandbox.io/s/bold-morse-5pitd?file=/src/App.js
Before even I start to describe the issue, if anyone has a shareable link for ant design table integration with react beautiful drag and drop please share it with me.
I'm trying to build a table where rows can be dragged. I had chosen the ant design table -https://ant.design/components/table/
I tried to integrate react beautiful drag and drop with ant table and it doesn't work for some reason. When I try to drag a row, I don't see the moving animation. Note- I don't have any console warnings or errors. Here is my high-level code-> https://codesandbox.io/s/bold-morse-5pitd?file=/src/App.js