NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: lanmicro on January 30, 2013, 12:32:44 PM
-
Hi Guys,
I have a column that displays one character. But the header above it is very verbose. Like this:
Stupid Header Title For Customer
X
Is ther a way to use multiple rows for the header so I don't waste so much horizontal space.
Like this:
Stupid Header Title
For Customer
X
-
if you tick on "allow html in header' for the column, you can insert a
<br/>
to create a line break in the text.
cheers
Bruce
-
Works great, thanks.