Table configurations in Report Page using reporting Module

We have multiple tables in a report, but since the data size is unknown, we can’t set a fixed table length. When the first table has more rows than the available space, it spills over to the next page, causing the second table to start before the first one is finished. How can we ensure that the second table only appears after the first table is completely rendered?

You can achieve this by using Table Groups in your report design. Based on your requirement, I believe, you have to implment “Peer Table Groups”.

1 Like