You see it everywhere, drag and drop an item to a different row or the up and down arrow for moving an item up the list or down the list.
What’s a preferred algorithm or pattern for accomplishing this
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Um, have it in an ordered list instead of sorting it?
Say you have a list of items:
Want to move item 1 (
"five") to index 5 (before"six")?It’s not hard to adapt this to any kind of display.