prawnpdf/prawn-table

Selecting last row on every page

cupofjoakim opened this issue · 0 comments

I've got a table spanning multiple pages. Using the header feature and going rows(0) allows me to correctly style the table header on every page. The thing is that I kind of need to style the last row on every page as well.

Using rows(-1) allows me to select the last row on the last page. Is there a way of selecting the last row on every page?