Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SortableContext Nesting #47

Open
cherma opened this issue Sep 16, 2024 · 0 comments
Open

SortableContext Nesting #47

cherma opened this issue Sep 16, 2024 · 0 comments

Comments

@cherma
Copy link

cherma commented Sep 16, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant