Skip to content
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

Table Layout does not honour the page-break-before or after style #58

Open
richard-scryber opened this issue Jul 12, 2021 · 0 comments
Open

Comments

@richard-scryber
Copy link
Owner

Describe the bug
When generating a table, if a cell or row has a page-break css style applied it is ignored. If the content within the cell has the page-break css style, then the layout is set badly.

To Reproduce
Create a table and set the 'style' on a cell or row as 'page-break before:always'. Generate the results, and the layout will ignore the flag.

Expected behavior
Row should appear on a new page or be truncated if not allowed. Expecting the same for lists but needs testing.

  • Version 5.0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant