Tagged Questions
0
votes
1answer
35 views
Handling selection and navigation in the same table view cell in iOS
I've a list of items in a table view, each of which display a small image and a name, as well as a disclosure indicator to navigate to a view with the item's details:
The behavior I want is to be ...
0
votes
0answers
33 views
What is the best way to display info from a table that has 20+ fields? [duplicate]
I have a giant table that has more than 20 columns and 10 pages with 15 rows each!
How can I display this data in a way that's readable and understandable for the user?
What alternatives exist?
0
votes
2answers
108 views
Best aesthetically solution to overflowing data in a table
I have the following table which I created as follows:
<html>
<head>
<style type="text/css">
html {
background-color: #fff;
}
body{
text-align:center;
}
...
7
votes
5answers
278 views
Zebra striping for body text?
The general consensus is that zebra striping a table makes it a little easier for people to keep track of which row they're on...but is this reduction of cognitive taxes only for table rows? I at ...
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 ...
4
votes
2answers
52 views
Incorporating new (unrelated) data on an existing table
We have a big table where user enters hours for each day of a time period (14 slots for day inputs)
each row represents a task.
the Dev team wants to incorporate tasks from another system into that ...
4
votes
4answers
281 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 ...
9
votes
10answers
317 views
Is it better to represent simple labeled information as table or just text with subheadings?
I'm redesigning a website that has some simple information presented as a table like this:
download bmml source – Wireframes created with Balsamiq Mockups
I read yet the again the Label ...
7
votes
2answers
333 views
Too many checkboxes in a table?
A user should be able to change the settings for 5 different options for each day of the week at the same time.
I was thinking of something like this, but it seems a bit messy... Too many things ...
4
votes
1answer
103 views
How to add a details link on a table when each cell is already a link?
I have a table on which each cell is already a link to a different section (eg. the row contains 'Name', 'Location' and 'Type' columns and clicking the name cell takes you to the Show action of that ...
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 ...
6
votes
2answers
193 views
Should table rows be numbered?
I've created a a form that generate a list of results in a table.
I'd to know if it's interesting to number each row of table, the default number of row is 20. there is a pagination too. 20 results ...
4
votes
3answers
521 views
What is the best model for editing and viewing data that is summarized in a table?
I am designing a web application that has several tables displaying many rows of user entered objects. My users are fairly technically savvy. I’d like to bring the user to a place where they can view ...
1
vote
2answers
129 views
The order of two tables presented side by side
In my desktop application, there are two tables presented to the user side by side. Each table displays a list of people. One table displays all the people already assigned to a role (let's call it ...
13
votes
4answers
634 views
Making space for the “drop cue” in a drag-n-drop design
I'm developing a drag-and-drop reordering interface for books on shelves.
(You can try it live if you're on the latest WebKit.)
When you drag a book over a shelf, it accommodates space for it by ...
2
votes
3answers
253 views
how to provide a good user experience for drilldown/click on a grid to external divs
My interface has a table (a nice, sortable table with 3 or 4 columns), which represents the summary of some data. Each row represents an important piece of data.
At the moment if users click on a row ...
5
votes
3answers
263 views
Defining relationships between many users in one UI?
We have a UI on a web-page, where relationships between users can be defined by admins. Users are divided to two roles, in this case "Lorem" and "Lorem ipsum".
Right now a relationship between ...
5
votes
3answers
222 views
Identifying multiple sort criteria
I have a table view with some data and I'm allowing users to sort on multiple columns. I wonder what are the options for indicating sorting precedence?
The obvious is to display a number right ...
2
votes
1answer
101 views
Ideas on displaying and editing 'Hours of Operation' for a service provider
OK--you've got a translator in Bolivia, and you need to know when she can provide her transportation services. And you need to store this in a system, for others to see and possibly edit.
My ...
0
votes
1answer
108 views
Setting a giant grid of numbers on a mobile touchscreen device?
I'm trying to figure out a good way to present 96 configurable percentage values to mobile users.
These percentages represent percents of a max lift (weightlifting), and they can be broken down by ...
