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
According to the DND-Kit Sortable documentation, you can have multiple nested SortableContexts within a DndContext, however the documentation doesn't explain how many levels are supported.
Both "Task" and "All Tasks" container items have unique IDs. I can drag an item from "All Tasks" OVER the "Column Container" and capture the event, but it does not allow me to insert it into the Task items themselves.
Hoping someone can explain if what I'm trying to do is possible or not.
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
-
According to the DND-Kit Sortable documentation, you can have multiple nested SortableContexts within a DndContext, however the documentation doesn't explain how many levels are supported.
I have a Kanban type layout as such:
DndContext >
........SortableContext Column Container
...............SortableContext Task Container
........................Task (useSortable)
........SortableContext All Task Container
...............All Tasks (useSortable)
Both "Task" and "All Tasks" container items have unique IDs. I can drag an item from "All Tasks" OVER the "Column Container" and capture the event, but it does not allow me to insert it into the Task items themselves.
Hoping someone can explain if what I'm trying to do is possible or not.
TIA.
Beta Was this translation helpful? Give feedback.
All reactions