[reportlab-users] problem with tables

kevin Thackray reportlab-users@reportlab.com
Fri, 27 Feb 2004 15:43:12 +0100


lo,

I solved my problem : the issue is that i have got to figure out the 
number of cell.
Sorry for troubbling!!

> data = [['1', '2'],
>            ['3', '4']]
> t = Table(data, 5*[0.4*inch], 4*[0.4*inch])
>
>

Regards,

Kevin Thackray