Looking for a solution to create a table with a fixed height of 280px, whether it has 3 or 4 rows.
Is there a method to adjust the row heights based on the number of rows in the table, so that they fill up the table's height?
To clarify, when the table contains 3 rows, each row should take approximately 33% of the total height, and if there are 4 rows, each row should occupy 25% of the height.