WebKit report table header on each page

I created a web recruitment report for HR staff scheduling staff. I created a report containing 10 pages. But here I have not many problems, the report contains a table, which continues on the following pages. It is dynamic. So the problem in the next table table header is not displayed.

I want to show the table title on each page if the table continues on the following pages.

+3
source share
2 answers

It looks like table headers are a known issue with webkit. This bug report does offer some workarounds, but they are not very promising.

RML, ReportLab documentation repeatRows blockTable.

repeatRows , , Table . repeatCols , Table .

, OpenERP.

+1

ok, , ... , , rml. :

<frame id="first" x1="18.0" y1="42.0" width="535" height="600"/>  

, , , . , : rml Openerp

0

All Articles