WPReporter repetition of table header

  • Hello,

    I switched from FreeReport to WPReporter for offering a much less complicated and highly custmized designer to my users. While recreating all existing reports I came across the problem how to repeat table headers across several pages. Since some reports have nested groups this is essential for me. Can you give me a hint?

    Thanks in advance!

    • Offizieller Beitrag

    Hi,

    WPReporter can not repeat nested header/footers on top of each page. It uses special nested table rows which cann not be nested.

    But headers around groups will be repeated - you need to nest the groups like this

    <outer group>
    <header 1>
    <inner group>
    <header>
    <data>
    <footer>
    </inner group>
    <footer 1>
    </outer group>

    Julian