[reportlab-users] How do I left-align my table?
Paul Barrass
paul.barrass at safeonlinebilling.com
Wed Nov 19 11:44:09 EST 2008
Matthew Wilson wrote:
> I have a small table and it is displayed in the center of the page.
>
> Here's the code I'm using:
>
> def tfun(title, dt, data):
>
> t = Table(data)
>
> <snip>
>
t.hAlign='LEFT' is what you want.
Paul Barrass.
More information about the reportlab-users
mailing list