[reportlab-users] SPAN in multi-page tables

Florian Reiser reportlab-users@reportlab.com
Tue, 2 Mar 2004 08:00:03 +0100


Hello,

I try to print a table in a table which spans 2 pages.
The span-commands affect the table header, so I can center the heading over
2 columns
tblStyle = TableStyle([('SPAN', (1,0), (2,0)),])

If I shorten the table that it fits on one page, everything works fine.
But if the table prints over two pages (By length: repeatRows=2),
then the span command doesn't work anymore.

BTW: I am using reportlab-1.19

What am I doing wrong?
Is there anything special with multi-page tables?

Regards
Florian Reiser