Issue - Row content does not show when height is given to the table component.
Steps to reproduce -
In tests > dummy > templates > simple.hbs,
Add height=400
Height should be applied. Instead blank table shows up. If number of rows is large ie scrollable, the content shows up on scrolling. If the number of rows is less than the height, then there is no workaround to see the content.