atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.37k stars 2.57k forks source link

Issue with Ant design table integration with React beautiful drag and drop #1920

Open manishOI opened 4 years ago

manishOI commented 4 years ago

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

nnt25251325 commented 3 years ago

I tried to write react-beautiful-dnd with ant design, multi drag table Here is a Codesandbox: https://codesandbox.io/s/react-beautiful-dnd-examples-multi-drag-table-with-antd-gptbl