Skip to content

SortableContext Nesting #47

@cherma

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>

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