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

sortablejs group option issue #52

Open
rjpmestre opened this issue May 1, 2024 · 0 comments
Open

sortablejs group option issue #52

rjpmestre opened this issue May 1, 2024 · 0 comments

Comments

@rjpmestre
Copy link

rjpmestre commented May 1, 2024

Hi guys!
I am adaption a pet project I have been using sortablejs.
To make an analogy to the README examples, one of my components renders two sets of "groups". In other words, I end up having two instances of this example on the same page.

As expected, "groups" aren't draggable across both components. However, "tasks" are.

I tried to specify Sortable JS group option as my current implementation is. So i adapted wire:sortable-group.options="{ animation: 50, group: 'group-{{ $prefix }} }" >. $prefix is a string property with unique values across component runs. This didn't had any effect.

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