-
Notifications
You must be signed in to change notification settings - Fork 541
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
thead and tbody get mixed starting from second page #46
Comments
Is there any known solution? |
Having the same issue here. |
Any luck? |
@kodamirmo In the latest release of |
@IonicaBizau and @kodamirmo ....
|
That maybe works. #36 (comment) |
Sitting the proper css rules seemed to work for me: thead {
display: table-header-group;
}
tr {
page-break-inside: avoid;
} Headers repeated correctly without overlap. One trick is that you can't have any of those rules inside of a |
I seem to be unable to get this to work on my end. A working example of this would be greatly appreciated :) |
I've been unable to get it to repeat headers, using v2.1 of this lib. Any update? This might be related: ariya/phantomjs#13324 ariya/phantomjs#13524 |
Same here. Did you find a workaround in the meantime @sonu27? |
Hi, table thead section is not repeating after page break. I am using simple html.
Is anyone found solution? Regards, |
I'm creating a pdf from a html with thead and tbody tags, I have already removed all style I had and I'm still with the same problem.
Starting from second page the tbody overwrite thead, like on image bellow:
It is very strange because it works on the first page (image below) and I don't have any style on this page.
It seems to happened too with the guy who opened this issue: #36. But he didn't want to have table headers on all pages, I want to.
Do you ever experienced this problem? Is there a way to solve it?
The text was updated successfully, but these errors were encountered: