Hi there,
We want to print a form with several tables with varying number of rows, but we're facing two issues.
1) When table header comes just before the page break, no rows of the table will be displayed on the page nor on the next page. (Image 1, Image 2)In regular case, when page breaks in the middle of table, table header is displayed again and rest of rows are displayed on the next page. But in the above case, no rows are displayed.
2) The row just before the page break is sometimes split into two lines. (Image 3) This may occur because remaining height of the page is too small for the row, but we don't know how to display all columns in one row on the page or the next page.
Those issues will be solved by inserting page break before each table, but we're looking for another solution because we don't want to increase the number of pages in the form.
Are there any solutions for those issues? Thank you.----------(Image 1: table image of the issue)
(Image 2: data to be displayed)
(Image 3: splitted row )
Regards,
Ohara