I mean big tables, and not just rows. Full blown cross tabulated tables (think about 20 rows and 30 columns, the sort of thing you generally do not see on websites, because they are difficult to present. There is not an opportunity to not display them in this size. I need examples where people have taken a large table and have presented so a user can navigate the table quickly.
|
closed as not constructive by JonW♦ Mar 21 '12 at 9:28
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
some features of DataTables library are vertical scrolling and freezing a column: http://datatables.net/extras/fixedcolumns/ Wordpress plugin: http://wordpress.org/extend/plugins/wp-table-reloaded/ Updates:
|
||||
|
|
I'm quite a fan of Sparklines for reducing large tables into easily readable formats. An example is here (Source) :
Also check out the Wiki page for Sparklines |
|||
|
|
|
I cannot give you examples in web, but spreadsheet programs have solved your issue with "freezing panes". You could add functionality to freeze columns and/or rows. This give users the choice of what to see from the table. And if you are feeling Xtreme, you could add several layers of freezing panes so that your users could see rows 1, 35, 99, and 156 side by side, and columns 1, 56, and 178 side by side: a nice 4x3 matrix. :) As to controls, it would be awesome if users could drag thick black lines from left/right and top/bottom page margins and drop them on a row/column separator to freeze columns to the left/right or rows above/below. Good luck. |
|||
|