-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Ability to move multiple at once #40
Comments
This pull request addresses a similar concern, but has not been merged yet. Can you try it out? |
@jamesy829 I merged the pull request, can you now check it out? |
@swanandp sorry for late reply as I was out for a while, let me give it a shot |
@jamesy829 Is this still an issue for you? |
Closing this for inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have encountered an issue when building a list of choices and the ability to order then according to the user.
I am currently able to order each choices individually, but I was wondering if there was an ability to do a batch order, so something on the lines of:
C1 - Choose
C2 - Choose
C3 - Choose
C4
If someone decide to move up base on that selection, the list would be broken. It would become
C2
C3
C1
C4
Which is not what I want, I would like the list to stay the same. There are also other scenarios which I face, and I was wondering if there was a method for batch up and batch down. Any suggestion?
The text was updated successfully, but these errors were encountered: