angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

Angular directives for sorting nested lists using the HTML5 Drag & Drop API

Results 101 angular-drag-and-drop-lists issues
Sort by recently updated
recently updated
newest added

Not sure what the issue is here because the whole tab crashes (page becomes unresponsive error in chrome) but i've deduced it to being whenever i'm trying to drag a...

Hi I want to limit number of widget per dropzone to 1. User should not be able to drop any widget into dropzone. How can I achieve this?

I use this function into my project, but she didn't work, maybe I did something wrong. I wants the list to be moved among other lists, and to make room...

Hi there, I was wondering how complicated it could be to implement something like [this](https://react-beautiful-dnd.netlify.com) I think using the initial position of the cursor makes dragging really sluggish. Cheers

I'm using drag and drop, If i have 100 items in drag and drop list and i want to move 75th no item on 10th location. But Firefox scroll or...

wontfix
faq

here is my basic html: ```html 1 2 3 4 5 .dndDraggingSource { display: none; } - Drop file here - ... ... ... ... ... ``` very simple and...

![test](https://user-images.githubusercontent.com/3661669/28994402-0695f890-79eb-11e7-8607-fe303a143602.png) Can you please assist me with this, the arrow style created for h3 not letting me drag. Ill have to hold the top most tip of the arrow and...

I have a dnd list. The drag and drop work. but when I put a toggle `data-toggle="collapse" data-target="#step-{{step.Id}}"` to collapse a other div. It's doesn't work. I remove the dnd-list...

if label is clicked ng-click triggers if checkbox is clicked ng-click doesn't trigger provide **checkbox=true** ``` ```

I am attempting to attach the .dnd-draggable to a set of "cards" that I am making on a dashboard using col-md-4 div containers. I have set the dnd-horizontal-list to true...