I have a slender but long table with a row for each day in a month. It's so long that people have to scroll on most screen resolutions to see the bottom. Since there is enough space on the right of the table, I'd like to split the table automatically into multiple columns; each column taking only some of the table rows.
CSS multi columns seem like the ideal solution for this task, but column-width does not work for tables:
Applies to: non-replaced block-level elements (except table elements), table cells, and inline-block elements
What can I use instead? (I do not care about IE)