Tagged Questions
4
votes
3answers
84 views
Fixed items on table list - how should I paginate it?
I have a table list that consists of two areas:
The top area has 'new' items which require attention and action from the user. It is important that these are noticed.
The other area includes the ...
5
votes
1answer
70 views
Resorting items after editing on a paginated page
We show a list of users in a paginated fashion (10 rows per page). There is a column to flip the status of an user to activate or disable. Assuming I am in the 3rd page and I am disabling a user. ...
6
votes
4answers
160 views
How to paginate alphabetically grouped items?
I am in the process of creating an interface for browsing contacts in a CRM. I have the contacts displayed in alphabetical groups. like so:
A------------------------------
Andrew Bloggs
...
0
votes
3answers
370 views
Why paginate/page break an infinitely scrolling dynamic list?
There is no shortage of pagination questions on UX.SE.
Still, something struck me recently while looking through Google's Image search: it's a dynamically-loaded, infinitely-scrollable list with ...
1
vote
1answer
422 views
How many items should a list optimally display? [duplicate]
Possible Duplicate:
Is 10 search results per page the best?
We have a webshop where the products are listed in rows of 3, each being 340 pixels high. One of our categories now has 38 ...
3
votes
1answer
908 views
Android list pagination
I need to do paginated list of items in android application.
What are the best practices to do this?
I use cursor loader to get data from content provider(cache). If the data is expired the provider ...
12
votes
4answers
674 views
Best way to add items to a paginated list
I have a long list of items sorted by date that is pageable. When a user adds an item it is shown and highlighted in the list. The problem I have is that the date entered affects where it ends up in ...