Relative Content

Tag Archive for javascriptreactjsreact-nativetanstack-table

Tanstack Table React row re-order drag and drop not working

I am trying to make a lightweight table in React.js that has a lot of features (row selection, drag&drop, sorting, searching, pagination) for hundreds of rows of data. I am focusing on the drag and drop feature right now, but my current implementation below does not work:
https://codesandbox.io/p/sandbox/youthful-framework-353773