allow column headers to wrap in table view
allow column headers to wrap by default in table view.
Hi Guys,
I found a workaround for this, you can add a little html tag in the column header on properties tab. White-space:normal style will wrap it automatically.
<span style="font-weight: bold; white-space:normal">long column header-name being wrapped using a html</span>
Thanks, Malli, Tony, and Data Girl.
I've also user <br> in the middle of a title to break at a specific point.
That said, will raise this as an enhancement request.
Cheers,
Scott.
Hi All
Our custom table headers now allow you to word wrap long lines of text. You can see more details in the community response over here:
Thanks,
Meggan