Skip to content

Instantly share code, notes, and snippets.

@theinvensi
theinvensi / pagedjs-repeat-table-header.js
Last active October 25, 2024 19:21
pagedjs-repeat-table-header
class RepeatTableHeadersHandler extends Paged.Handler {
constructor(chunker, polisher, caller) {
super(chunker, polisher, caller)
this.splitTablesRefs = []
}
afterPageLayout(pageElement, page, breakToken, chunker) {
this.chunker = chunker
this.splitTablesRefs = []