Re: Patch to support tables with oversize cells
Lennart Regebro via reportlab-users <[email protected]> Wed, 2 Feb 2022 15:05:13 +0100
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CAHT-kBdkCsZ2XpE_R5Geh6Cq23TZT-Ys8EV7AOp5C5rEeoU3=g@mail.gmail.com> |
Sounds good! On Wed, Feb 2, 2022 at 2:40 PM Robin Becker <[email protected]> wrote: > On 01/02/2022 16:34, Lennart Regebro wrote: > > OK, I got a small bit wrong in the logic of when to split in each way, > > fixed now, new patch attached. > > > > I guess rml should support a splitInRow attribute on tables as well, but > I > > can't figure out how that works. The only mention I can find of > splitByRow > > in rlextra is in the rml.dtd. If I add splitInRow there, the parser > doesn't > > complain, but it doesn't get passed to the table... > > > > On Fri, Jan 28, 2022 at 1:44 PM Robin Becker <[email protected]> > wrote: > > > ....... > I think I can do the rml part if reportlab is working. I guess the > splitInRow value should be passed into the underlying > table. I'll take a look at the new patch in a couple of days. > -- > Robin Becker >