Skip to content

Instantly share code, notes, and snippets.

View cevitaufik's full-sized avatar
☀️

Cevi Taufik cevitaufik

☀️
View GitHub Profile
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 = []