Tagged Questions
3
votes
3answers
125 views
Show more information from a table row
I have a Table which contains some basic information for a Product. Upon clicking a row, I wish to show more information (on the same page) for that product where a user can edit certain information. ...
4
votes
4answers
275 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 ...
11
votes
7answers
474 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 ...
7
votes
3answers
434 views
Showing extra information for a table row when that row's selected
In the app I'm developing, we have a table/list that makes use of a kind of master/details approach; when you select a row in the main table, a second table below it is populated with 'child' items.
...
