Tagged Questions
1
vote
0answers
31 views
Expandable\accordion table row example [closed]
I would like to to present the users with a set of data, in a table\grid and when they click on a row, instead of taking them to another page with a form, to expand the row (like accordion) and show ...
3
votes
2answers
85 views
Grid - Inline Editing and Sorting - How to handle the features together
The Dilemma:
You have a grid/table with sorting (and/or multi-sort) and inline editing. The user modifies a value that should modify the sort order. What do you do?
An Example:
Lets take ...
5
votes
3answers
113 views
Form for property rent prices depending on season and length
Seeing the similar post about Form for inputting operating hours of a business, I am hoping you might help me with a similar issue.
We run a holiday property rental website. Properties can be rent on ...
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 ...
10
votes
6answers
369 views
Method of showing that a row has been edited and will be changed upon “Save”
What paradigms exist for denoting that a row of data has been modified and that a Save action on the view will change them in the data store? Which paradigms are recommended?
A few that we've ...
1
vote
1answer
148 views
What's a typeable symbol to indicate “starts with” in a filter field?
I am building a custom data grid control. The users do a lot of sorting and filtering. I want them to be able to do this with only the keyboard. Currently they can filter columns by typing in the ...
3
votes
3answers
163 views
Presenting partially overlapping tables
Let's say we have a grid displaying a bunch of devices, where each row is a device. The devices have performance data and configuration data. Some users are going to be interested in the performance ...
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 ...
