question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Table Header Repeat

See original GitHub issue

Any Solution to repeat Header of HTML table in every page until reach end? i add this style to my html file,but not affect it `thead { display: table-header-group; display: table-row-group

  }`

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:12

github_iconTop GitHub Comments

2reactions
trileoucommented, May 28, 2020

In document we have an option to add pageHeader or pageFooter id prefix. https://www.npmjs.com/package/html-pdf#footers-and-headers

I relized option thead { display: table-header-group; display: table-row-group only work if you don’t use pdf-html library

Try this, but you need to recustomize tabe header in thead because is not have same style with tbody

Example <thead id="pageHeader"> <tr><td><br/></td></tr> <tr><td><br/></td></tr> <tr><td></td></tr> <tr> <th>ID</th> <th>Name</th> <th>Mail</th> <th>Date</th> </tr> </thead> <!-- <tfoot> <tr><td>notes</td></tr> </tfoot> --> <tbody> <!-- Content --> </tbody>

the result image

Hope this help !!!

0reactions
luchex17commented, Dec 21, 2022

Casi estamos en 2023 y todavía no hay solución :'v

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Repeat Table Headers In Word (On Every Page!)
In this tutorial, I will show you how to repeat table headers in Microsoft Word. Specifically, I will show you how to add...
Read more >
How to repeat table header rows on top of every page in Word
If you are working with a long table, very often we would want to repeat the table header on top of every page...
Read more >
How to repeat table header row(s) across pages in Word ...
Select the table header rows you want to repeat, click Layout under Table Tools group, click Repeat Header Rows. doc repeat table header...
Read more >
Repeat Header Row in Word - CustomGuide
Select the header row. Click the Layout tab in the Table Tools ribbon group. Expand the Data group, if necessary. Click the Repeat...
Read more >
A Simple Hack For Fixing Table Headings that Refuse to ...
Repeating Table Headings · Click anywhere in the table to display the Table sub-tabs. · Select the Table-Layout tab. · Select the Properties...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found