[reportlab-users] splitting table on multiple pages
Arkadi Colson
arkadi at smartbit.be
Wed Dec 3 09:44:39 EST 2008
The table is in the doc.build() method and not in a frame but...
All rows of the table are having a fixed height.
When I set them on auto, it seems to work... Is this an option somewhere
or maybe a little bug? How can I fix this, maybe with a workaround?
Arkadi
Robin Becker wrote:
> Arkadi Colson wrote:
>> Hi all,
>>
>>
>> I'm having a problem with splitting a table on the next page.
>> Following error is generated.
>>
>> reportlab.platypus.doctemplate.LayoutError: Flowable <Table at
>> -1232790932 1 rows x 6 cols> with cell(0,0) containing
>> '<Paragraph at -0x490da954>ALGEMEEN TOTAALPERCENTAGE' too large on
>> page 1
>>
>> Somebody any idea?
>>
>>
>> Thanks a lot.
>> Arkadi Colson
>
> well it could be that the table is too large. That probably means it's
> either too wide or one of the rows is too high for the frame it is in.
More information about the reportlab-users
mailing list