I use TableView for a small table of few entries that should consume only as much screen space as needed to display them.
TableView by default creates lots of blank rows that have no backend model data and consumes space. I've performed a search there and discovered only a way to color all blank rows with solid white and let them still steal screen space from other widgets.
So, is it possible at all to get rid of empty rows?