dnd-kit icon indicating copy to clipboard operation
dnd-kit copied to clipboard

DragOverlay with TableRow

Open danieljmann96 opened this issue 1 year ago • 0 comments

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

danieljmann96 avatar Feb 07 '24 13:02 danieljmann96