Tagged Questions
3
votes
3answers
123 views
How to organize multiple information popup areas over a table?
How might you best organize multiple popups over a table when both the table content and the popup content are equally important.
Scenario:
Tabulated data, for which the user may be interested in ...
1
vote
2answers
136 views
Is there a better way to layout this UI using the Microsoft Office Ribbon?
I am building a Microsoft Outlook VSTO addin and I am trying to figure out the best way to lay out the UI and from looking through the office apps i can't seem to find the right layout pattern that ...
0
votes
1answer
70 views
Default column width for text data in a table
I'm designing an application with a data table. The data is backed by a C-style string (that is to say, a char array) so I know the maximum theoretical width using my proportionally-spaced typeface.
...
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 ...
2
votes
2answers
726 views
Best way to display more table columns and rows than I have room for?
I have a similar problem to what is mentioned in Best way to display more table columns than I have room for?. But to make things a little more difficult, the table has approximately 1000 rows and 64 ...
5
votes
2answers
162 views
How to layout buttons/bars alongside a dynamically sized table?
I have a table of data with a dynamic number of rows. It could have none, one, or a hundreds. The width is fixed across the web page and it has a fixed number of columns: 9.
Along with this I ...
2
votes
2answers
226 views
How to display wide table on the report
I have two datasets with 50 columns and 1-100 rows.
I need to display comparison of these two datasets in a report (standard letter).
So,
say my first dataset is as follows:
Name Price Qty ...
6
votes
3answers
2k views
Best way to display more table columns than I have room for? [duplicate]
The web development office I work for is working on a fixed-width web site. On one page, we have a table inside of the fixed 960px space available. So far, this table has worked out great for us, but ...
6
votes
1answer
653 views
Reporting web app - how to design large data tables?
I'm working on a legacy webapp that's mainly focused on reporting large amounts of data - ie tables with 20+ columns reporting financial data. The main problem is table layout inconsistency depending ...