Questions tagged [angular-dragdrop]

This tag should be used for questions regarding the angular-dragdrop AngularJS library. It should **not** be used for questions regarding the Angular CDK's drag and drop module - instead, use both the angular-cdk and drag-and-drop tags.

angular-dragdrop is a drag and drop directive for . It provides a wrapper jQueryUI draggable/droppable components.

69 questions
0
votes
1 answer

unable to perform drag and drop of div elements

Actually i have scenario like, i have four divs & i should able to swap the div squares ,means i can interchange the position of div with each other without any error.while doing so mycode is not working when i am generating the divs dynamically.if…
spartarn-07
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

Drag and Drop with sorting it is possible in Angular Material?

Scenario : From Angular Material cdk version 7.0.3 we have Drag&Drop sorting. In that Drag&Drop, everywhere in that div we can click and drag. Without click everywhere, only icon will be clickable and drag that entire div. Now below example u can…
0
votes
0 answers

Angular js Sortable Drag And Drop

Stuck in a problem where I have list of lists and i want to re-order the lists of list through drag and drop my model is { "selected": null, "lists": { "A": [ { "data": "code" }, { "data": "code enable" …
0
votes
0 answers

Dragged element appearing behind

I'm having a button md-tab- Drag-me that have kept inside a tab. And am having another tab that needs to hold the dragged button. Scenario: When I try to drag the button it appears to go behind the tab.I need to ensure that it displays all the time…
forgottofly
  • 2,729
  • 11
  • 51
  • 93
0
votes
1 answer

connected trees in ui-tree drag n drop prevention

I am using I'm using : http://angular-ui-tree.github.io/angular-ui-tree/#/connected-trees I want to be able to drag on parent level but not on child level in the tree. How would I go about that. I am using their code for now which I can put…
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
0
votes
1 answer

Is it possible to drag row outside kendo grid?

I'm filling up the kendo grid with a couple of rows and want to implement drag/drop functionality between the grid and other html components. I can find a lot of resources telling how to drag/drop/sort rows inside a grid, even from one grid to…
roro
  • 193
  • 3
  • 16
0
votes
1 answer

how do I drag an object between angular ui-router views

Hello I'm trying to drag an object between two ui-router ui-view elements one ui-view element is the main 'canvas' and the other element is a right hand pane that had some or tags. I got the objects draggable using angular-drag drop. However, when…
ThinkBonobo
  • 15,487
  • 9
  • 65
  • 80
-1
votes
1 answer

use filter filter in angular dragdrop

here is a plunkr to illustrate my issue. https://plnkr.co/edit/SdRii7l7Wsf9rbuM6byc?p=preview when applying a filter filter to my angular collection (filling in the search box) then dragging the result to one of the wells. the filter is not applied.…
Bryan Dellinger
  • 4,724
  • 7
  • 33
  • 79
-1
votes
1 answer

angularjs dragdrop : filter in ng-repeat can't change the index

My source is in the plunker (click) If I try input the keyword 'sa' in the input box and then you move the Samsung Galaxy S to the below list(target), the item moved is not that, but "iPhone" . I tried solving this problem for 3 hours. It's very…
verystrongjoe
  • 3,831
  • 9
  • 35
  • 66
1 2 3 4
5