Detail Table add new row before and after page break

which way can i add new row before and after page break with last value of field before page break?

Below the recipe. Hope this helps,

Erik

Add a row to the header of the table. elect the row (Outline view or Breadcrumb) and set Show Row in the Attributes to After Page Break for that table row.

Add a row to the footer of the table. Select the row (Outline view or Breadcrumb) set Show Row in the Attributes to Before Page Break for that table row.

Here is the HTML source:

Thank you for help.
For “data-sum” this way is work correctly. But i need value from latest record before page break.
I try to use “data-show-row”, “data-field” but still can not.
If you have any idea, please advise.

I cobbled something using a post pagination script.

It basically iterates over the tables on the paginated data and copies the value from the last row and uses this to populate the cells in the header and footer. It seems to work.

See the attached template and JSON sample data.

Erik

transport-lines.zip (49.7 KB)

Hi Erik
Thank you so much. this script is very helpful and help me very much.

1 Like