python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I combine a cdkDragDisabled with an cdkDragStarted?
I have some draggable elements. Some of them aren't movable. If the user tries to move them, I want to show an alert, that explains, why you cannot move this element.
I already disabled the movement o...
xXxKaddiexXx
Votes: 0
Answers: 0
Angular cdkDragDrop behavior changed with update of Angular, UI no longer updates when dragging starts
We have a component which has items that can be dragged and dropped, we use the CDK drag/drop module for managing this.
Part of the functionality is to change a property of the underlying object when ...
Neil
Votes: 0
Answers: 1
Angular scale is not working on cdk drag preview
In my angular application, I have a draggable div. Its parent is scaled down with CSS transform property. While drag the div, the cdk drag preview is not align with its parent's scaling. The div heigh...
Harun Or Rashid
Votes: 0
Answers: 0
Angular material drag and drop for multi level nested data
I have few columns and each column have few small sections which have some fields in it.
I need to apply angular material drag and drop to this, so then,
I should be able to move the Groups within th...
RZLJ
Votes: 0
Answers: 1