When table has many rows data,the rows data will be pushed to the next page, and the resulting whitespace will leave on the next page.
To avoid the whitespace,I try to set orphan rows in table design for keeping the mininum number of rows on a page. for example,I set orphan rows value as 18,When my table has 40 rows data,The first page will not leave whitespace,but the second and third page still leave whitespace.
Are there any methods to avoid the whitespace?
To avoid the whitespace,I try to set orphan rows in table design for keeping the mininum number of rows on a page. for example,I set orphan rows value as 18,When my table has 40 rows data,The first page will not leave whitespace,but the second and third page still leave whitespace.
Are there any methods to avoid the whitespace?