Skip to content

Instantly share code, notes, and snippets.

@theinvensi
theinvensi / pagedjs-repeat-table-header.js
Last active June 15, 2024 15:43
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 = []