Non safe source ("lr-drag-src")

Drag from the left collection and drop into the right collection. This is somehow equivalent to a cut operation

source collection

model:
{{ collection | json }}

target collection

model:
{{ collectionBis | json }}

Safe source ("lr-drag-src-safe")

Drag from the left collection and drop into the right collection. This is somehow equivalent to a copy operation

source collection

model:
{{ collection | json }}

target collection

model:
{{ collectionBis | json }}

When the target is also the source

Drag and drop the items to reorder them

model:
{{ collection | json }}