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
I need a fixed left list, not sortable, with "pull" option equals to "clone" (so the items remains in list), and a right list (sortable) where to put the items from the left list.
I've set the put and pull properties as described in documentation.
My groups properties are:
The property "clone" seems doesn't works and the left items are movable to the right list.
Inspecting the code seems that Sortable.js has the right values, but the behaviour is not correct. If you think that this is an issue related to Sortable.js I'll open an issue in that repository.
I need a fixed left list, not sortable, with "pull" option equals to "clone" (so the items remains in list), and a right list (sortable) where to put the items from the left list.
I've set the
put
andpull
properties as described in documentation.My groups properties are:
The property "clone" seems doesn't works and the left items are movable to the right list.
Inspecting the code seems that
Sortable.js
has the right values, but the behaviour is not correct. If you think that this is an issue related toSortable.js
I'll open an issue in that repository.Here the full working code:
You must to add the bower components in order to run this demo:
Thank you to all responses
The text was updated successfully, but these errors were encountered: