Hi,
I wanted to know if there was a way to keep all the rows of a table on the same page.
Here is the scenario:
I have a table that starts in the middle of a page. If there are only 3 row results from my wr:forEach statement, I would like the table to be on this current page. However, if there are about 20 rows generated, then I would like the entire table to be automatically pushed onto the next page...(if there are 200 rows then it would obviously not be possible to fit on a page).
I know Microsoft Word has an option under Format->Paragraph "Keep lines together" and "Keep with next" that can force an entire table to stay together on the same page...I've tried this but it doesn't keep the tables on the same page after I generate the pdf.