You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: