[reportlab-users] A table that splits only after n rows?

Robin Becker robin at reportlab.com
Tue Jun 22 12:13:38 EDT 2010


On 22/06/2010 16:12, Roberto Alsina wrote:

> Is there a way to create a table that splits only after the nth-row?

.......
not yet. I guess it would require a modified split method that would return an
empty list if the split would otherwise happen before the nth row. That should
force the whole table to the next frame where presumably we hope that the split
will happen after after the nth row because more space is now available. One
would need to be careful about passing the n on and or making sure that we only
act on it once etc etc.
--
Robin Becker


More information about the reportlab-users mailing list