Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

SortableContext Nesting #47

Description

@cherma

Can we implement something like ?

<DndContext onDragEnd={onDragEnd} onDragStart={onDragStart}> <SortableContext items={items}> <DndContext onDragEnd={onDragEnd} onDragStart={onDragStart}> <!-- child context 1 --> <SortableContext items={items1}> render items1 </SortableContext> </DndContext> <DndContext onDragEnd={onDragEnd} onDragStart={onDragStart}> <!-- child context 2 --> <SortableContext items={items2}> render items 2</SortableContext> </DndContext> </SortableContext> </DndContext>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions