Draggable list - rows of varying heights #582
-
Hi There I've been trying to add drag and drop reordering to my app basing it on the implementation in the Draggable List demo (currently broken?) https://codesandbox.io/s/github/pmndrs/use-gesture/tree/main/demo/src/sandboxes/draggable-list The issue is that my rows are of varying heights, so I need to be able to reorder based on the actual heights of the rows, not just a constant value. Has anyone had any luck with that? I'm yet to find an example using any library that does this. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
dbismut
Feb 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See discussion here: #560
Issues: #556, #565, #572, #579
This is on CSB side. In the meantime, you can download the examples locally.