Skip to content

Nested Swapy? #139

@AgainstLightning

Description

@AgainstLightning

I have a component rendering a list of swapy elements, which function as expected. When I make one of those swappable children a sub-list, of which I also want swappable, this all seems to break down.

Are there any known issues with or examples of a nested Swapy design? A base example structure is below, where I can swap the headers (and any children along with it) and then within the header, the list of subheaders are swappable.

- Header 1 (Swappable with any headers, moving all subheaders with it int he swap)
  - Subheader 1 (Swappable with any subheaders it's related to, in this case the 3 that belong to this header)
  - Subheader 2  
  - Subheader 3
- Header 2
  - Subheader 1
  - Subheader 2  
  - Subheader 3
- Header 3
  - Subheader 1
  - Subheader 2  
  - Subheader 3

Is this possible? I have failed in my attempts, using handles, trying dynamic and non-dynamic, etc.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions