Table "wrapping" to show large number of columns

Table "wrapping" to show large number of columns

Is there any way to render a list where the table columns can wrap around? I need to output upwards of 20 columns and scrolling sideways across a table is not really desirable.
Any other tips/suggestions/hacks for outputting a lot of columnar data?
I'm also considering some type of crosstab query or something to output key/value pairs or something.

Preferred
col1      col 2     col3    col 4
   col5      col6      col7      col8
col9       col10   col11   col12

other
col1    col2                  col3    col4              col5   col6
--------------------------------------------------------------------
name   mary               age      24                 gender female
country US                 state    FL                 teamname Dolphins