Re: Splitting tables with repeated ROWBACKGROUNDS
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Axel, wasn't quite sure what a double row was, but I guess you just mean that the rows are associated with each other in terms of background colour. I think I understand the problem after looking at your example. So logically in your example you want the first two rows to be a specific background colour and then have the colour alternate between grey and white. Currently the ROWBACKGROUNDS argument is just a list and to accomplish what you seem to want it needs more structure eg a history of where in the sequence it is and the rendering needs to know about repeat rows etc etc. I'll have a think. On 21/03/2020 10:54, Axel P. Kielhorn wrote: > Hello! > > I have some data that I want to put into a table, but it doesn’t fit into one row. > Therefore I split it into two rows and use ROWBACKGROUNDS to group the rows. > ......... -- Robin Becker _______________________________________________ reportlab-users mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/reportlab-users