Im using prawn to generate a report basing on a set of data which is displayed in a table. This works perfectly as long as I dont have too much data. When I have more than 20 datasets the table reaches into my page footer and on the following page it begins in the page header.
The best would be to define a kind of area for each page in which the table is displayed. I didnt find any solution by searching the manual. Is there a workaround or sth. like that?
The solition was using a
bounding_boxfor the whole document content so it doesnt get involved in the footer or header even not after a page break.