Sortable grid dashboard #880
Unanswered
timheerwagen
asked this question in
Q&A
Replies: 2 comments
-
|
This looks really cool! Would be great to see the Codesandbox if you're open to sharing |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@taziksh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to create a sortable grid dashboard where sortable items are not swapped automatically, but are moved down one level when a smaller item is moved above it. Also, I'm looking for a way to move items back and forth on free spaces within the container. Currently I can only swap items.
With SortableContext I can rearrange items, but some of them jump back and forth.
Would it make sense to do without the SortableContext and use a snapToGrid modifier instead?
Beta Was this translation helpful? Give feedback.
All reactions