Tagged Questions
3
votes
3answers
127 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. ...
6
votes
2answers
117 views
Numeric data input in a web based scientific software
(Note: I'm more a backend developer, so please forgive my lack of UX terminologies. Don't hesitate to edit the text or the tags)
We are working on an online scientific software with specific ...
7
votes
2answers
569 views
What do UX guidelines say about dropdown boxes in table cells?
download bmml source – Wireframes created with Balsamiq Mockups
I have been trying to look at Apple Interface Guidelines and Windows UX guidelines about what standard behavior for drop ...
7
votes
3answers
437 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.
...