-
-
Notifications
You must be signed in to change notification settings - Fork 644
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
Drag'n'drop of multiple items #313
Comments
Not out of the box, unfortunately, but that is a very useful UX pattern which I've been thinking about myself too. I'll keep it in mind and see if I can add better support for such a scenario. |
@niklasramo thanks :-) I think we will keep using muuri and may introduce it in futher projects. Eventually I can also offer my help on features we need. I just have to bring this up to the management, but I don't expect someone not agreeing. The only problem is that I am not familiar with drag'n'drop in general and also not with your library internal. Are you open for a contributor/collaborator? I am lead developer of https://www.npmjs.com/package/@hexonet/ispapi-apiconnector and took over maintaining idna-uts46 in a fork https://www.npmjs.com/package/idna-uts46-hx. |
@Papakai I do welcome all the help I can get, so yep I'm open for contributors and collaborators. The best way to contribute is via PRs squashing one feature/bug at a time and following this guide: https://github.com/haltu/muuri/blob/master/CONTRIBUTING.md I'm not actually even sure if I can add any collaborators to this repo as I'm not the owner of it. I haven't worked at Haltu (the owner of the repo) for quite some time, but they kindly let me maintain this project :) |
This would be a great feature! Looking forward to it :) |
Let's continue this conversation here: #418 |
Hey @niklasramo,
would it also be possible to drag'n'drop multiple items? idea is to first select all the items by single-click (toggles class "active") and then to move all of them by one drag'n'drop action to the target grid in the order they had in the previous grid? So inserting all items at the position of the drop target.
TIA
Kai
The text was updated successfully, but these errors were encountered: