-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FRG] absoluteY does not reset after page break #201
Comments
I did just find that manually setting
In the JSON will work. However, after a new page, absoluteY has to be reset to 0, but in the visual editor that causes elements to overlap. |
Huh, I'm not quite sure how I missed that button. 😳 My workaround for the
In my use case, I have a final summary, with 2 manual page breaks in it, as well as a pageBreak "before". It's a long one. |
@beauwest - This issue ended up being a bit more tricky to fix and ended up messing up some reports... So all the other issues you reported have been fixed in the new 1.3.4 version; this specific one we are still working on& dealing with the several corner cases that occurred when we implemented this... |
In the Fluent API, we can specify a manual
report.newPage()
, but I don't see a way to do that in FRG.Currently, even if I try to copy the
newLine
JSON syntax, and manually addas a child of a section, it does not create a new page.
I have a large final summary section that I would like to place a page break inside of.
The text was updated successfully, but these errors were encountered: