Tagged Questions
3
votes
1answer
489 views
Using JQuery DataTables to display many columns
We have a large document archive. It is built similarly to how a Cassandra Database would store items having column names and column values stored for each item.
This can lead to having way to many ...
-3
votes
1answer
185 views
Is it bad to have two levels of drill-down data shown at once? [closed]
As a general rule of design is it looked down upon to have more than one div on top of the page contents?
I have a table displaying a list of records. When one is clicked, another table is added ...
5
votes
2answers
112 views
How to contrast read-only labels from their corresponding data
Given the interface below, what would be the best way to contrast the labels from the data labels?
The only thing I could think of would be to shade the background of the labels, however, according ...
7
votes
2answers
381 views
How to best display a table of data with sub items?
We have a web application where we show lots of data in "datasheets". As part of this, some data values can have other values associated with them. To make it more complicated, every item can have ...