Insert HTML-Table

Hi,
I have an HTML table like this:

.....
ID Mangel Ort vom
Bauabschnitt: Tiefgarage (2)
Einheit: Tiefgarage (2)
183 Wasserschaden Wanddämmung Wand zu Trh. 3 Trh 3 | Untergeschoss 1 26.10.23
207 Deckenplatte + Dämmung mit Wasserflecken BA1 + BA2 | Untergeschoss 1 11.10.23

and a template in which I insert the HTML code

Now I have 2 Questions:
1.) Is there a way to repeat the table header on each page, as is possible with tables directly in Word?

2.) Why starts the table on a new page? It should start directly under the table like it show in the template.

Best regards
Thomas

Hello Thomas! I could not reproduce the described issue. Could you share your template file and a sample of the JSON data for the document generation? If you do not want to do that publicly, you can send the files through a private message or raise a new ticket at support@plumsail.com.

Hello Thomas! According to the documentation, the <thead> tag should be used in conjunction with <tbody>. I corrected the mark-up and added a closing </table> tag. After that the table header is repeating on each page. As regards the page break issue, I could not reproduce it with the provided files.

1 Like

Hi Evgeniy,
thanks, that works. And the page break gos also away.
Best regards
Thomas

1 Like