In my invoices I use a combo data row element to first list the payments, and then the billable items; i.e. it holds a payments item row area, followed by ad debt/credit item row area. I use a custom row above each of the two to get a section title and column headings for the section. So the final configuration looks like this:
- custom row 1
- payments item row area
- custom row 2
- debt/credit item row area
Works like a charm. When either the payment or debt/credit row area breaks to the next page the items keep rolling along, but the column headings in the custom row only appear once.
What I would like to see is an option for custom rows to repeat at the top of each page.
So instead of this:
- custom row 1
- item 1
- item 2
- ------------------ page break
- item 3
- custom row 2
- item 1
- item 2
- item 3
I would like to get something akin to this:
- custom row 1
- item 1
- item 2
- ------------------ page break
- custom row 1 <<< last custom row repeated after page break
- item 3
- custom row 2
- item 1
- ------------------ page break
- custom row 2 <<< last custom row repeated after page break
- item 2
- item 3