marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

dnd-nodrop around table w/in <li> does not fully work #504

Open cjmaroney01 opened 4 years ago

cjmaroney01 commented 4 years ago

I have a ul with li that have table within them, and i want to make it so that the li is only draggable by the handle element in one column in a th. I have dnd-nodrag around the whole table but the whole table is still draggable. Also, when I disable drag-and-drop with dnd-disable-if the element is still able to be picked up and dragged, but it won't drop into place, it just re-appears where it was.