1
vote
7answers
122 views

Possible functions for a column in a grid, list or table

I'm working on a portfolio management system at an investment company, which will include a list of stocks held and their attributes such as name, issuer, market price, value etc. These will be listed ...
6
votes
2answers
193 views

Should table rows be numbered?

I've created a a form that generate a list of results in a table. I'd to know if it's interesting to number each row of table, the default number of row is 20. there is a pagination too. 20 results ...
1
vote
3answers
120 views

In a sortable table, should sorting by a column of identical values result in any change in ordering?

Lets say we have a sortable table like this: download bmml source – Wireframes created with Balsamiq Mockups It seems obvious that if I click on "Employee", that the table should reorder ...
5
votes
3answers
224 views

Identifying multiple sort criteria

I have a table view with some data and I'm allowing users to sort on multiple columns. I wonder what are the options for indicating sorting precedence? The obvious is to display a number right ...
3
votes
1answer
140 views

Specifying default sort

I want to add the ability to specify a default sort to this interface. Currently it allows users to specify the order of the columns display and the default size. I am revamping it into a table form ...
2
votes
3answers
507 views

Web Usability: pagination and column sort

I have a table of books with this data: name, description, cost, year. I show 15 rows and pagination using AJAX. Each header of each column is clickable and let the user sort the data. The problem ...
3
votes
1answer
217 views

How best to order columns in a table?

What are the best practices for ordering columns in a table? I'm currently putting together a table with about twelve columns which are going to contain a range of data from dates, times, short ...