Hi all,
I have a rectangle placed into a table row. It contains another table inside with hidden expression on several rows. My problem is when the table is smaller than its max size (for example 2 out of 7 rows are visible) the size of the table row that contains the rectangle still 7 rows high. how can I make it dynamically change it heights according to the amount of visible rows ?
0
Answers
Why are you using rectangle? You can just put second table in the field of the first one.
Yury
I know that, but that's not the answer to my question. The result is same with or w/o rectangle as a container.
Yury
It works only if the height is increased. not decreased. so wont work for my issue
Yury