Table cell header wrap text break line

How do I fix this:

image

So that one way or the other, I have uniformity of the two lines without switching to monospaced?

You can set the header style as the following:
style:
whiteSpace:pre

Then under the column header title you can do the following:

"1st"+
"\n"
+"Planned"
+"\n"
+"DT"

Bind as an expression
image
Once you have one multi-line block you can copy and paste it around instead of binding:
Ignition Table Spacing

There is probably an easier solution but I use this method for everything from tables, labels, tooltips, etc.

2 Likes

Thanks so much

1 Like