How to disable sort in a CdkDropList using angular cdk v7.0.0+
up vote
-1
down vote
favorite
I'm creating two CdkDropList objects and the dragging and dropping functionalities are working fine, my problem is that I would like to disable the sorting while I'm dragging in the first list. Let's say I have List A and List B. I'm dragging from A to B, I would like to disable the sorting while I'm over List A. In other words, I just want the drag n drop functionality, not the sorting. Can I disable that?
angular typescript drag-and-drop angular-cdk
add a comment |
up vote
-1
down vote
favorite
I'm creating two CdkDropList objects and the dragging and dropping functionalities are working fine, my problem is that I would like to disable the sorting while I'm dragging in the first list. Let's say I have List A and List B. I'm dragging from A to B, I would like to disable the sorting while I'm over List A. In other words, I just want the drag n drop functionality, not the sorting. Can I disable that?
angular typescript drag-and-drop angular-cdk
can you clarify your question please !
– nadir hamidou
Nov 19 at 18:18
Usually when you are dragging the element is changing position in the list, is changing the index on the "parent" list. I want to be able to drag from one list to the other but without sorting the elements, I don't know how to explain that better
– Leslie Morejon
Nov 19 at 18:38
@LeslieMorejon did you ever find out how to do this?
– d.moncada
2 days ago
No @d.moncada, I haven't found a way
– Leslie Morejon
23 hours ago
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I'm creating two CdkDropList objects and the dragging and dropping functionalities are working fine, my problem is that I would like to disable the sorting while I'm dragging in the first list. Let's say I have List A and List B. I'm dragging from A to B, I would like to disable the sorting while I'm over List A. In other words, I just want the drag n drop functionality, not the sorting. Can I disable that?
angular typescript drag-and-drop angular-cdk
I'm creating two CdkDropList objects and the dragging and dropping functionalities are working fine, my problem is that I would like to disable the sorting while I'm dragging in the first list. Let's say I have List A and List B. I'm dragging from A to B, I would like to disable the sorting while I'm over List A. In other words, I just want the drag n drop functionality, not the sorting. Can I disable that?
angular typescript drag-and-drop angular-cdk
angular typescript drag-and-drop angular-cdk
asked Nov 19 at 18:06
Leslie Morejon
324
324
can you clarify your question please !
– nadir hamidou
Nov 19 at 18:18
Usually when you are dragging the element is changing position in the list, is changing the index on the "parent" list. I want to be able to drag from one list to the other but without sorting the elements, I don't know how to explain that better
– Leslie Morejon
Nov 19 at 18:38
@LeslieMorejon did you ever find out how to do this?
– d.moncada
2 days ago
No @d.moncada, I haven't found a way
– Leslie Morejon
23 hours ago
add a comment |
can you clarify your question please !
– nadir hamidou
Nov 19 at 18:18
Usually when you are dragging the element is changing position in the list, is changing the index on the "parent" list. I want to be able to drag from one list to the other but without sorting the elements, I don't know how to explain that better
– Leslie Morejon
Nov 19 at 18:38
@LeslieMorejon did you ever find out how to do this?
– d.moncada
2 days ago
No @d.moncada, I haven't found a way
– Leslie Morejon
23 hours ago
can you clarify your question please !
– nadir hamidou
Nov 19 at 18:18
can you clarify your question please !
– nadir hamidou
Nov 19 at 18:18
Usually when you are dragging the element is changing position in the list, is changing the index on the "parent" list. I want to be able to drag from one list to the other but without sorting the elements, I don't know how to explain that better
– Leslie Morejon
Nov 19 at 18:38
Usually when you are dragging the element is changing position in the list, is changing the index on the "parent" list. I want to be able to drag from one list to the other but without sorting the elements, I don't know how to explain that better
– Leslie Morejon
Nov 19 at 18:38
@LeslieMorejon did you ever find out how to do this?
– d.moncada
2 days ago
@LeslieMorejon did you ever find out how to do this?
– d.moncada
2 days ago
No @d.moncada, I haven't found a way
– Leslie Morejon
23 hours ago
No @d.moncada, I haven't found a way
– Leslie Morejon
23 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53380336%2fhow-to-disable-sort-in-a-cdkdroplist-using-angular-cdk-v7-0-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
can you clarify your question please !
– nadir hamidou
Nov 19 at 18:18
Usually when you are dragging the element is changing position in the list, is changing the index on the "parent" list. I want to be able to drag from one list to the other but without sorting the elements, I don't know how to explain that better
– Leslie Morejon
Nov 19 at 18:38
@LeslieMorejon did you ever find out how to do this?
– d.moncada
2 days ago
No @d.moncada, I haven't found a way
– Leslie Morejon
23 hours ago