diff --git a/creator/table.go b/creator/table.go index 4e5aa843..f2d502fc 100644 --- a/creator/table.go +++ b/creator/table.go @@ -451,6 +451,7 @@ func (table *Table) GeneratePageBlocks(ctx DrawContext) ([]*Block, DrawContext, ulY = ctx.Margins.top ctx.Height = ctx.PageHeight - ctx.Margins.top - ctx.Margins.bottom + ctx.Page++ origHeight = ctx.Height startrow = cell.row - 1