class Prawn::Table

def before_rendering_page(&block)


mind that the cells have already been positioned and sized.
that page. You can change styling of the cells in this block, but keep in
The block is passed a Cells object containing all cells to be rendered on
Specify a callback to be called before each page of cells is rendered.
def before_rendering_page(&block)
  @before_rendering_page = block
end