How can a Perspective Table SubView not use default height of the subview?

You will have to add some styles to the subviews root object, which are bound to the view params, which can be passed along in the table.
image
Overflow should be auto but can be whatever
height can be auto but will never be smaller than min-height, which has to be provided as ignition sets minheight to the roots default height here
image

image

2 Likes