Tagged Questions
5
votes
2answers
303 views
What the best way to allow a user to re order items in a large list
How would you present an interface, that allows a user to re order a list of around 150 products anyway they want. so they can say "I want to show this 5 first, then these 3 next, and so on...".
I ...
8
votes
4answers
502 views
How to correctly encode a leaderboard with a gap in HTML
I want to display a leaderboard like so:
1 - John 232342
2 - Mary 45234
3 - Luke 234
59 - You 45
It's an ordered list but I can't make an ordered list that jumps from 3 to an arbitrary ...
3
votes
5answers
710 views
In a grid, how to manually reorder rows?
I wish to let my users reorder elements in a grid - not do automatic sorting on a column. They select which element is the first, which one comes after the other, etc.
I thought of and saw some ...