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

Sortable with fixed Layout #555

Open
Jonassemm opened this issue Jan 10, 2023 · 0 comments
Open

Sortable with fixed Layout #555

Jonassemm opened this issue Jan 10, 2023 · 0 comments

Comments

@Jonassemm
Copy link

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?

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