Can I force somehow the table header repeating on each page in pdfMake, when I have a big table, that only fits on multiple pages.
Asked
Active
Viewed 7,494 times
1 Answers
17
By setting the headerRows
, it will repeat automatically.
Like
table: {
headerRows: 1,
body: [
...
]
}

István
- 5,057
- 10
- 38
- 67