Hi,
I'm using TableFrame to create two identical tables in size, regardless of the data in them.
Table1 contains 5 rows of data, while Table2 contains 3 rows of data. So, when viewing the final output, Table2 should also have 5 rows, with 3 rows of data and 2 rows of empty space.
We need to do that just to make it look neater.
current output:

expected output:

NOTE: Regardless of the data present, both tables should have the same number of rows.
Could anyone please help me with this.
Thanks in advance!