I would like to sort different items to different lists, like the example below:
there are two list and I want to drag their elements
I'm using react-sortable-hoc but there are only examples with one list. I was trying of modify a example of Table from ant-design but it didn't work.
https://ant.design/components/table/#components-table-demo-drag-sorting-handler
Please, help me with a simple example.