a5hik / ng-sortable

AngularJS Library for Drag and Drop, supports Sortable and Draggable. Supports Touch devices.

Home Page:http://a5hik.github.io/ng-sortable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can drag from column but can't drop

AgNm opened this issue · comments

commented

Hello @a5hik

I have 4 columns i.e. A, B,C, D.

I want to allow users to drag from column C but they can't drop in Column C. How can I achieve it?

commented

The issue was I have created separate Arrays & then trying to drag drop. We should create a single array to make drag & drop working.