You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a sortable list of items. Multiple items can represent the same type. When two or more items of the same type are next to each other, I'd like to drag them together as a unit. I need to avoid using a grouping container because each item acts as a separate unit in other cases (e.g. an item of a different type can be dragged in between and split the set).
Is this achievable with DnD Kit? I've assigned setActivatorNodeRef of the sibling items to the leading one as a test, but it doesn't work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use a sortable list of items. Multiple items can represent the same type. When two or more items of the same type are next to each other, I'd like to drag them together as a unit. I need to avoid using a grouping container because each item acts as a separate unit in other cases (e.g. an item of a different type can be dragged in between and split the set).
Is this achievable with DnD Kit? I've assigned
setActivatorNodeRef
of the sibling items to the leading one as a test, but it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions