-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
missing reproductionCannot help without an exampleCannot help without an example
Description
Hello NicePeoplez.
I try to swap two items in two different column, but, without success, is this possible with this library ?
initial:
col1 |<>| col2
itemA1 |<>| itemB1 -> try to move a1 on right corner
itemA2 |<>| itemB2
expected result:
col1 |<>| col2
itemB2 |<>| itemB1
itemA2 |<>| itemA1
i tried:
new Sortable(col1, {
swap: true,
group: cols
});
new Sortable(col2, {
swap: true,
group: cols
});
But my result is like:
col1 |<>| col2
---- |<>| itemB1
itemA2 |<>| itemB2
---- | <> | itemA1 ---> deuhhh
Metadata
Metadata
Assignees
Labels
missing reproductionCannot help without an exampleCannot help without an example