Issue
The table component has height prop but min height and max height prop is missing. I am initially adding one row to the table with height set to the required table height (i.e around 400px for me). If we set height more than the required content height, the table is getting enlarged to take 400px height instead of actual content height
Expected behaviour
If the table can accept min height and max height, then i can control this behaviour
Image
