cancel
Showing results for 
Search instead for 
Did you mean: 

How to repeat the first row of a table on every page?

0 Kudos

Hello everyone,

I have a problem in creating a new form and hope that you can help me.


The requirement is that the first row of a table is to be repeatedly printed on each page. The structure of each page to look like this:

1. Header of the table 

2. First row of the table

3. Data content of the table
The data contents fills approximately 2-3 pages.


I have already tried to transfer the first row of the table as a separate table and insert them between the actual header and the data content, but without success.

So basically I need two headers for one table. Unfortunately, the content of the second header is dynamic, so that it can not be permanently stored in the form which would be the most comfortable solution.

Can you help me with this problem?


Kind regards

Kai Schluesener


Accepted Solutions (0)

Answers (1)

Answers (1)

prajeshdesai
Contributor
0 Kudos

Try below steps,

Step 1). Wrap both headers in one Section.

Step 2). Check Include Header Row in Initial Page and Include Header Row in Subsequent Page property of Section in Pagination tab.

Step 3). Check Include Header Row in Initial Page for both the Headers.

Step 4). Set below to repeate first row of table as second header. $.DATA[0] will use to get first row.

Step 5). Bind your fields accordingly and you are done.

Hope this helps.