Skip to content

Sortable with fixed Layout #555

@Jonassemm

Description

@Jonassemm

It would be nice to have the option to use Sortable with a fixed layout, similar to Swappable.

I have a list of elements that should be able to be sorted. But I have to have fixed elements between the sortable elements and they have to stay in place during sorting.

For Example:

<div class="list">
<div class="draggable"></div>
<div class="fixed"></div>
<div class="draggable"></div>
</div>

As far as I know, this is not possible at the moment?

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