Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我有一个只适合多个页面的大表时,我能否以某种方式强制在 pdfMake 的每一页上重复表头。
By setting the headerRows, it will repeat automatically.
headerRows
Like
table: { headerRows: 1, body: [ ... ] }