[reportlab-users] Dynamic Tables

Tim Roberts timr at probo.com
Fri Jan 4 13:57:55 EST 2008


Brandon Rich wrote:

>

> I am trying to create dynamic tables based on information retrieved

> from the DB. All the information that I have found thus far has

> static tables created with hard coded information. Question, is there

> a way to create this table that you are aware of? I have searched

> around on the web for answers but have yet to find anything.

>


I'm not sure what you mean. There's really no such thing as a "static
table". The Table class just takes strings. You can send string
constants, or you can send your data as a string. There's no difference
in usage. You just build up a list of lists and hand it to the Table
class constructor.

Perhaps you could post an example of what you are looking for.

--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the reportlab-users mailing list