Wrong breaking columns in ReportLab RML

2019-09-03 05:31发布

问题:

i have set page template like this(split page by two columns)

    <pageTemplate id="secondary">
        <frame id="columnLeft" x1="15mm" y1="15mm" width="90mm" height="267mm"/>
        <frame id="columnRight" x1="114mm" y1="15mm" width="90mm" height="267mm"/>
    </pageTemplate>

Problem is that when content is breaking on the second page it first goes to the left column, even if it was in the right column.

I just need that content from left column on page break was moved to the left column on next page and content from right column to the right.