Tagged Questions
1
vote
3answers
55 views
How should I design a table with clickable rows?
I have a table with information about all loans a client had. This table looks like this
Book_Id | BookType_Title | StartDate | EndDate |
...
2
votes
2answers
107 views
Less noisy cell buttons on a table
I have table where almost all of its cells are a button that works independently. When I add a 3D button-like design to each cell, the table becomes a large chunk filled with buttons and looks a ...
2
votes
2answers
110 views
Adding paging, sorting and filtering toolbars to a table
I have a bunch of report views, which essentially are tables. They should enable the user with sorting, paging and filtering capabilities.
My idea is to add those features via menu-bars.
Paging ...
6
votes
3answers
191 views
Table Checkbox side best practices
When is it a best practice to allow for checkboxes to appear on the left/right and side of a table?
A wireframe came across my desk looking similar to the wireframe below. The justification the team ...
4
votes
4answers
282 views
Best way to show long list of detailed information for summarized items in a table?
I'm working on an application page for an insurance company regarding purchasing policies and showing all the detailed information that comes with the policy.
The problem I'm facing is knowing how ...
2
votes
1answer
102 views
Three-dimensional matrix of tristate selections
I am building a configuration UI for a client's desktop application. This could be called metaconfiguration, i.e. it allows the client to determine which options are actually available in the eventual ...
6
votes
8answers
237 views
Alternative to color code in table cell
I am currently redesigning an LOB application that makes use of color coding in tables to 'categorize' each row of data.
For instance, in the picture above, the 'St' column (which stands for ...
4
votes
3answers
270 views
A good way to display tables with sub-headlines
We are developing a web tool to allow users to combine different HTML templates to project variants. Each template has specific settings that can be combined with the project variant.
The table ...
11
votes
7answers
478 views
How to make it obvious the contents of one table are based on the selected row of another?
Given a dialog with two grid-style tables, what's the best approach to visually showing that the selected row of the left table is what populates the right table? The best I can think of is an arrow ...
1
vote
2answers
443 views
Best practice for inactive actions in a table [duplicate]
Possible Duplicate:
Is it better to prevent a forbidden action or display an error/explanation message?
I have had some discussions with my boss about this below issue, please give me some ...

