SmartClient LGPL 9.1 (March 7th I believe)
Chrome
We have a need to wrap column header titles. I've tried the "wrap: true" and this works except that it also wraps the sorter icon.
To get around that, I've tried using the manual wrap method of using a </br> tag in the title.
This works fine for text fields. I can still use align or cellAlign and both lines of the header title align properly.
However, for number types, it looks to not be working correctly. I've looked into the html being generated and it seems that text-align is always set to "right" despite what I declare for align in the field definition.
Chrome
We have a need to wrap column header titles. I've tried the "wrap: true" and this works except that it also wraps the sorter icon.
To get around that, I've tried using the manual wrap method of using a </br> tag in the title.
This works fine for text fields. I can still use align or cellAlign and both lines of the header title align properly.
However, for number types, it looks to not be working correctly. I've looked into the html being generated and it seems that text-align is always set to "right" despite what I declare for align in the field definition.