Tagged Questions
4
votes
4answers
226 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
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
...
1
vote
2answers
281 views
Pagination on navigation links?
On a web application we have two ways to navigate to our collaborative project sites. One is the “recent visits” and the other is alphabetical. That navigation element has a fixed element height of ...
2
votes
2answers
130 views
adding/removing/searching thousands of data
I have 2 tables : a contract table and a part table.
every contract has thousands of parts.
The user can select a contract and I display the thousands of related parts to the user using paging.
...