Closed tklebel closed 8 years ago
Think about a two-column layout: On the left side the cross-table, on the right side statistics.
Make use of @media screen and (min-width: XXXpx)
Create three .css
-files:
cross_table.css
two_column.css
three_column.css
The print method should then insert the corresponding stylesheet accordingly.
Think about differing lengths of labels. Should they be broken? (can this be done with css
?)
Maybe to have a maximum width for cells, after which text should be broken.
How should the label for rows be placed? Maybe to rotate it similar to graphs?
The structure combining the tables could be made of tables itself, which could be hard-coded, since the surroundings of the tabulated part always stay the same.
Formatting ideas for nested tables: http://jsfiddle.net/Fm5bM/4/
Principal formatting was done via d50153f67f23
Create
.css
to format html output.