Skip to content

Instantly share code, notes, and snippets.

View adepranaya's full-sized avatar
🏠
Working from home

Ade Pranaya adepranaya

🏠
Working from home
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 = []