-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Nest items within items with drag and drop.
How can I nest items within items using drag and drop.
Your environment
- Last of gridstack.js
- Chrome, Firefox and Edge
Steps to reproduce
I need to drag menu items (grid-stack-item-content) into item (grid-stack-item-content), nesting parent and child items. The example is in:
https://github.com/AlessandroNogueiraPorto/gridstack
Expected behaviour
Group child items within parent items using drag and drop.
Actual behaviour
Items are currently draggable but not grouped within another item.
I need to build a process diagram with gridstack by including items within other items.