| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 6
|
Dealing with large tables
I've got some very large tables to work with on a site I'm working on right now. Large enough that they're overflowing a layout designed for 1024x768 resolutions. Any reccomendations on handling these? I've thought of doing a pop-up window specificially for the tables as they're only 1 per page, but pop-ups can get complicated too easily, even if done well. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 6
|
Well, without reducing the size to 6px font and eliminating all whitespace, they're not going to shrink down very easily. One of the tables is 14 columns wide with at least 1 full word width per column; some are two words wide or more. I've reduced the font size slightly and it's better, but still not what I'd like to see. Also, just to be clear, this is actual tabular data in the table. |
|
|
|
#5 (permalink) |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,094
|
Why not do what's right and edit the layout itself to be fluid? Otherwise, yeah, a pop-up window, though horrid, might be the next-best solution. Or... restructuring the tabular data itself? |
|
|
|
#6 (permalink) |
|
Sir digby chicken caesar
Join Date: Sep 2004
Posts: 4,306
|
Does it need to be online at all? downloadable PDF for print is another option. Otherwise you need to rethink your layout so it isn't limited to a small static size of 1024x768 **edit** beaten to it. unconsolidated isoparms
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 6
|
Yeah... I've thought about restructuring the data. I think that may be the answer eventually. Then I could somehow provide a link to an exported version in CSV type format. I'm going to be working on a printable version for most of the tables on the site anyway. If you're wondering, this is an intranet site with employee information, etc. being displayed. Uncommon sort of stuff to be displayed on a web page. |
|
![]() |