I have tabular content, basically one big table, that needs to span across both pages of an open book. So imagine that a book or catalog is open in front of you. Every time you turn a page, you will see a new table that spans across both facing pages.
I know that Prawn can do automatic pagination, but is there a way to make sure a table stays together across pages? In other words, if some text wrapping in a table cell on the lefthand side causes a row to be enlarged, the corresponding row on the next page needs to reflect the new size.
Can this be done?
if I need the same demands, I will do something like the following, please tell for any clarification:
and the output should look like the following…