Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple drop zones #20

Open
Hesesses opened this issue May 3, 2022 · 2 comments
Open

Multiple drop zones #20

Hesesses opened this issue May 3, 2022 · 2 comments

Comments

@Hesesses
Copy link

Hesesses commented May 3, 2022

Hello,

The problem i'm having is to NOT have linked drop zones. I would like to have just 2 listings A and B.
You should not be able to drag item from A to B or from B to A

I have tried this with:

  • do not use group param
  • use different group params for A and B
  • use group param for A, empty for B
  • use group param for B, empty for A

Any ideas?

Edit:

I can return false from wire:onSortOrderChange function to disable the dropping, but would be nice to disable this from UI also

@fotrino
Copy link

fotrino commented May 12, 2022

Have you tried :allow-drop="false" ?

@Hesesses
Copy link
Author

Hesesses commented May 12, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants