PhantomJS <thead> overlaid on table body
-
Using PhantonJS 1.9.8, when my table extends onto a second page the
<thead>
area us repeating as I want, but ... rather than appearing at the top with the rows after it, the header is appearing over the body content...Am I missing something?
-
Unfortunately, this is a known phantomjs bug.
Please see this comment and try linked workarounds.Note it is typically better to use chrome-pdf recipe if you are just starting with jsreport.
-
thanks Jan - the fix seems to be removing the font-size from thead/tbody elements ... which isn't great!
I had tried chrome-pdf but the same report that's working fine in Phantom times out in chrome-pdf (will open a new forum request on that if I can't find a solution tonight)