Tagged Questions
3
votes
4answers
122 views
Better to Show Empty List or Default List?
This is a web application for people to manage a large database of stuff. When the user clicks on the a button/link to "View Their List of Stuff", is it better to present them with a populated list or ...
4
votes
1answer
82 views
Is it better to have a modal or an inline entry for a table?
I have a styled table containing first and last names in each column and nothing else. As part of the usage of my app, people will be entering names.
Should I:
Have the "add" button launch a ...
5
votes
4answers
198 views
Adding a state to a control that indicates a row hasn't been saved yet
I'm working on a web application that users use to approve a bunch of items from a list. Imagine, say, an expense report that someone has to approve every item that's listed.
Currently, the system ...
2
votes
2answers
153 views
Action inside a table vs. Specific screen for the action?
So.. My webapp is targeted for Human Resources departament.
The app has a screen that list Positions.
Now I'll have two new requisites in the application which are:
The user might be able to ...
11
votes
7answers
503 views
Research behind row height within a table?
There appears to be a trend in web-based table design to use a lot more space for each row in the table. In particular the new gmail default of "comfortable."
I'm also seeing it in the height of the ...
3
votes
1answer
367 views
HTML table cell wrapping issue
One of the problems in a tabular representation of data, is text wrapping inside cells. There are some options available, like:
Fixing the width of the columns, and enlarging the rows height to ...
