Handling page-breaks #582
Replies: 3 comments 2 replies
-
This is the only way I have managed to get page breaks working OK, its still not great. First create a page break...
</style>` then just add the following page break where you want it
I was facing an issue with the break just splitting the row across two pages, I got around this by breaking inside, so if it breaks on an item it will push to the next page... Add this to your tr tag
|
Beta Was this translation helpful? Give feedback.
-
Has anyone had luck? @zusamarehan Did the solution provided by @chrisbalicki work for you? Thanks |
Beta Was this translation helpful? Give feedback.
-
The modern way to tackle this is by using the following code:
|
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I have been using this package from a day or two for generating my Invoices, because of the reason I was able to use TailwindCSS.
One of the problems which I am facing right now is page breaks. What if the table spans across multiple pages, or what if we want to manually break the page for some reason?
I would highly aprreciate for some positive reply. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions