1

How to set min-height of row of blocktable in rml? I read the rml-reference and can't find any related content. I only found the attr: rowHeights, But it seems that it just set a fixed height, the content will flow out. I wanna set a base height,and when the content increases the height of row increases too.

Thanks in advance!

Alex Duan
  • 201
  • 1
  • 3
  • 9

1 Answers1

0

I don't think that's possible for v7 or lower (v8/trunk no idea).

As you've stated right, rowHeights sets fixed heights for rows and without that attribute you will have auto-sized heights.

CZoellner
  • 13,553
  • 3
  • 25
  • 38