node-html-pdf icon indicating copy to clipboard operation
node-html-pdf copied to clipboard

Table thead property does not add table header on every page

Open Shh25 opened this issue 7 years ago • 4 comments

I want the generated pdf to add table header on each page till the table overflows.

Even adding

thead { display: table-header-group;} 
th/tr { page-break-inside: avoid; }

in css as recommended does not help.

Not sure if I am missing out something. Need a fix. Refer: demo-pdf.pdf

Shh25 avatar Jun 21 '17 13:06 Shh25

@Shefali25 are you able to fix this ?

hemangmehta avatar Jan 04 '18 11:01 hemangmehta

@hemangmehta did you get the solution?

adarsh-t avatar Apr 01 '20 09:04 adarsh-t

No @adarsh-t. did not find any solution. moved to another lib.

hemangmehta avatar Apr 03 '20 04:04 hemangmehta

@hemangmehta Hi! Can you tell my wich library? thanks!

vapagano avatar Jun 04 '20 19:06 vapagano