10
votes
4answers
174 views

What should happen when I add a Row to a paginated, sorted list

A user wants to add an item on a sorted and paginated List. If we keep the list sorted, the item might be on another page than we're viewing and if we just add it to the top of the list it will break ...
7
votes
3answers
185 views

Insert New Item - Before or After Selected?

For a list that allows the user to control the order of items, where should new items be inserted? Hamlet **Ophelia** Polonius After hitting "New Item", where should it go? Before the ...
1
vote
2answers
59 views

Best default sorting for saved search queries

We run a social media search engine. We offer our users to save the advanced search queries & reports they build for future use. We have a dedicated "Saved Items" page that somewhat resembles the ...