Javascript – 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…