How to make Detail View Header Uniform Font Size

I have a Virtual Column (longtext) that concatenates two other columns in my table to act as a label of sorts. In a detail view I have added this VC as a header column and then applied some custom formatting via a formatting rule to the VC.

Regardless of what I have tried, the header column font size changes between rows of records, seemingly increasing the font size to โ€˜fill (justify)โ€™ the row(s) the header takes up depending on the character count in the header.

Is there some way to make this uniform? If not at the moment, is this something that will get addressed in the continued material upgrades?

3X_7_4_74bae642f71ceacdec986222e35b5fd661bd5947.png

3X_c_a_ca7321311b3df26d6590c850c7e342f1439f9017.png

3X_6_d_6db74cfc9a857dcb81159cd287404c5ce70a1a92.png

I should note that I have changed the column to โ€˜showโ€™ type and set it to Section Header and then inserted as just a regular column at top, however this adds unneeded space above and below the text.

0 6 586
  • UX
6 REPLIES 6

Ditto! Whether itโ€™s a VC or not, the header column always resizes itself no matter what rule you apply to it. I believe itโ€™s because of a dynamic span ratio at the back-end.

Kind of a weird approach to take on something such as a header. Iโ€™m generally ok with it being able to take up more than one line of space, but dynamically stretching it on 2 planes (i.e. increasing the font size) just doesnโ€™t make any sense to me because when using the next/previous in detail views just messes with the flow in my personal opinion.

Bahbus
New Member

Perhaps youโ€™ll get more consistent formatting if you force the line break instead of using the hyphen.

[Before Hyphen]&"
"&[After Hyphen]

Thank you for this suggestion. It would appear that the line break is not enforced when setting the column as a header column in a detail view.

Bahbus
New Member

Interesting. I donโ€™t use headers very often, but Iโ€™m surprised to hear that it doesnโ€™t work, since I use this LongText trick in several other places.

The detail view headers are probably treated as Text values rather than LongText values. Newlines are replaced by spaces in Text values.

Top Labels in this Space