Hey guys... and girls
Here's my problem.
I create tables wich have a dynamic row count.
The error accures when i have a very low row count. Let's say 1. My table is so small it won't reach the end of the window. Now my layout depends on the table to reach the end. So i ask you guys is there a possibility to do something like width = * but then for height? Height = 100% won't do the trick because if i have let's say 3 tables it would still mess up the layout.
So long story short. Is there a way to add one row wich pads the table until the end of the window.
TIA