[reportlab-users] Placing narrow table so that it wraps across the page

William Hudspeth, Ph.D. bhudspeth at edac.unm.edu
Wed Apr 20 11:55:44 EDT 2011


I have a very narrow table with only two columns, but lots of rows. I
would like to break the table itself into multiple 'blocks' (perhaps 3
blocks required) across the page, kind of like newspaper columns, but
with the column headers repeated at the top of each 'block'. The entire
table must also be capable of being split across multiple pages if it is
too long for one page.


header1 header2 header1 header2 header1 header2
val1 val2 val1 val2 val1 val2
val1 val2 val1 val2 val1 val2
val1 val2 val1 val2 val1 val2
val1 val2 val1 val2 val1 val2
.... .... ...

How would one go about accomplishing such a structure?

Thanks,

Bill



More information about the reportlab-users mailing list