jsreport / jsreport-core

The minimalist jsreport rendering core
GNU Lesser General Public License v3.0
86 stars 24 forks source link

Table headers are overlapping with text #30

Closed meckharr closed 6 years ago

meckharr commented 6 years ago

We have a problem with table headers, sometimes the tables headers on the next page are wrong.

First the header on the next page look like this: image

After i add following style: table tr { overflow:hidden; } it looks like this: image

However, both variants are wrong.

pofider commented 6 years ago

Please take a look here. https://github.com/jsreport/jsreport/issues/93