Hi.
If I use your example for re-ordering grid rows by drag&drop, there are a lot of console warnings showing up:
https://stackblitz.com/run/?file=app%2Fdraggable-row.tsx
I think the issue results from the file drag-handle-cell.tsx where there is a td tag just adding the ...props as attributes which doesn't seem to result in valid HTML.
I'm not sure if this has an impact on the re-ordering because if I simply delete the ...props from the td, it still seems to work. Can you please check and let me know if it's ok to remove the ...props from the td?
Thanks,
Greetings,
Bernd