Two element lists. From the first list a user can drag elements to the second one, or he can move elements within the second list. He cannot drag & drop element to the first list.
How can I do it?
Two element lists. From the first list a user can drag elements to the second one, or he can move elements within the second list. He cannot drag & drop element to the first list.
How can I do it?
You can use angular 'cdkDropList' for drag and drop. 'cdkDropListEnterPredicate' will disable dropping inside the same list. Please refer example in this link