dnd-kit
dnd-kit copied to clipboard
DragOverlay with TableRow
I am using a virtualised Table with React-virtuoso with dnd-kit. Is there a recommended way to render a Table Row within a DragOverlay? The component mounts as expected and displays when being scrolled, however because it is effectively rendering the Table Row component outside of a Table, the browser has no way of knowing how to size the Row to match the others.
Hopefully this is clear enough