Support sorting strategy for grid #807
Raphael-Bahuau
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
It does. It dynamically reads the element positions regardless of the parent syle; whether it is flex or grid. Example from the playground (https://github.com/dflex-js/dflex/blob/main/playgrounds/dflex-dnd-playground/src/App.tsx#L137-L142) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does your library work with a grid ?
I'm very interested on a truelly performant dnd lib to use with Svelte.
The most advanced (svelte-dnd-action) don't use CSS translate to optimise performance.
So for now I'm stuck with a React project using DnDKit that is really smooth and performant, but I wan't to move to Svelte someday.
Let me know.
Beta Was this translation helpful? Give feedback.
All reactions