swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!

Home Page:https://swimlane.github.io/ngx-dnd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

element should be orderable even if it has copy = true

osmanraifgunes opened this issue · comments

[ x] feature request
Dragula has copySortSource option.
options.copySortSource
If copy is set to true (or a method that returns true) and copySortSource is true as well, users will be able to sort elements in copy-source containers.

Can we use this option with ngx-dnd?