5
votes
1answer
71 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. ...
4
votes
4answers
231 views

Paging buttons position – Top, Bottom or both?

The question is on where to place the paging buttons on a catalog page. We have some basic choices here. Only on bottom. Both on bottom and on the top. The obvious argument to place it only on ...
6
votes
4answers
162 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 ...
7
votes
3answers
291 views

Should the pagination widget be shown when there is only 1 page?

I am building a social network web application. When a user visits a profile, he can visit a page that contains a list of the profile's friends. That page is paginated with a simple pagination widget ...
1
vote
1answer
205 views

First Checkbox in header - selects all available records or only showing records (excluding pagination)

While showing hundreds of records in a table, I am dividing it in set of 10 records. First column is for check boxes for selecting record(s). User can select one or multiple records and clicks the ...
35
votes
6answers
5k views

Regular pagination vs. infinite scroll

I'm currently making a dating site, my choice for pagination is between the traditional: [<< Prev] [1] [2] [3] [Next >>] vs [ Load More ] The 2nd is the "load more" bar or button ...