[reportlab-users] Zebra Stripes and the Table Flowable

shawn a boris317 at gmail.com
Mon Jan 14 11:41:59 EST 2008


Hello,

I am looking for a way to give my table flowables a "zebra striping"
effect. I.E every other row is light gray.

If i was drawing an HTML table i would simply do a
if(rowNum mod 2 == 0):change style

It doesn't look like i can get that level of control during the table draw.
I'm sure someone has figured this out. Any insight would be greatly appreciated

thanks,
-shawn


More information about the reportlab-users mailing list