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

Group multiple, duplicate items #86

Open
lgirola opened this issue Jun 5, 2022 · 1 comment
Open

Group multiple, duplicate items #86

lgirola opened this issue Jun 5, 2022 · 1 comment
Labels

Comments

@lgirola
Copy link

lgirola commented Jun 5, 2022

Hi, I love this package and it fits my need to make analysis more visual! I imagine you have to carefully manage "mission creep", but maybe this one isn't too much to ask or maybe it would be of widespread benefit. Or maybe this feature already resides in the package and I missed it. I am using sortable to rank order list items, as intended and it works great. But some of my to-be-dragged elements do not rank order , but instead fall into a non-ranked, pari passu category, all sharing in the same rank order, whereby ideally they would be horizontally aligned rather than vertically aligned. Images speak a thousand words. In the first attached image (Image1.png) I show how I am currently using sortable. In the second attached image (Image2.png) I show how I would like to horizontally arrange those elements sharing in the same rank order (the elements E in that illustration). Is this possible?

Image1
Image2

@lgirola lgirola changed the title Feature to arrange some items in rand order list horizontally rather than vertically? (Proposal) Feature to arrange some items in rank order list horizontally rather than vertically? (Proposal) Jun 5, 2022
@andrie andrie changed the title Feature to arrange some items in rank order list horizontally rather than vertically? (Proposal) Group multiple, duplicate items Mar 18, 2023
@andrie andrie added the question label Sep 6, 2024
@andrie
Copy link
Member

andrie commented Sep 6, 2024

Interesting question.

I don't think there is any built-in way to do this.

It may be possible to solve this by having event listeners that modify the list, using update_sortable_list(), but it probably won't be straight-forward.

I'm going to fix some bugs first, so I'll move this issue to lower priority.

Hopefully we can come back to it in future.

Meanwhile, if you find a workaround, please let me know.

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

No branches or pull requests

2 participants