You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Render a table with a <thead> and <tbody> section.
Add content above to push the table down the page until the headers
render on the first page but there is no room for the data
We are using the following css:
thead { display: table-header-group; }
The headers render on the first page and the data on the next page, but the
headers do not align with the data.
In addition to the alignment, it is interesting that the thead section will
re-render on the 2nd page if any tbody rows are rendered on the first page,
but will not re-render if there are no tbody rows on the first page.
I would expect one of the following:
The headers render on the first page and on the second page
The headers are not rendered on the first page instead being moved after
the page break
I am using the 0.6.0alpha2 tag on both Cent OS and Mac OS X.
I can't give you my sample html input because it is private.
Original author: batssha...@gmail.com (October 28, 2009 18:35:03)
render on the first page but there is no room for the data
thead { display: table-header-group; }
The headers render on the first page and the data on the next page, but the
headers do not align with the data.
In addition to the alignment, it is interesting that the thead section will
re-render on the 2nd page if any tbody rows are rendered on the first page,
but will not re-render if there are no tbody rows on the first page.
I would expect one of the following:
the page break
I am using the 0.6.0alpha2 tag on both Cent OS and Mac OS X.
I can't give you my sample html input because it is private.
Original issue: http://code.google.com/p/dompdf/issues/detail?id=84
The text was updated successfully, but these errors were encountered: