[reportlab-users] Merge Cells in Table
John Pywtorak
reportlab-users@reportlab.com
Thu, 3 Jun 2004 09:49:09 -0700
My appologies to all. Is there any known performance gain/loss versus
nesting tables?
Thanks
--
Windows
Start Here
Frustrating Hanging Crashing
Blue Screen of Death
Reboot
-- Cinquain by John Pywtorak
On Thursday 03 June 2004 04:39 am, Robin Becker wrote:
> jpywtora@calpoly.edu wrote:
> > Well the docs make it clear that cell spaning/merging are not supported.
> > This can be achieved with table in tables relatively easily. Table in
> > table is supported as is any flowable within a table cell.
> >
> > Johnny P
> >
> >>Hi
>
> ....The docs are buggy in this case since there is some support for
> row/column spanning. The underlying model requires that the underlying
> cells exist even though they won't be used.