Feature #486
text-alignment in column header is not possible
Start date:
04/06/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Currently it is possible to align the text in a column.
However applying the same format to the column header doesn't work.
This would be nice to match both the header and cells.
History
Updated by Imre Tokai about 13 years ago
- Status changed from New to In Progress
Hi Marc,
For both features need to tweak format in below methods from example solutionelements.treeview.setColumnHeaderTextFormat('column2', '<html><b>$text</b></html>');
elements.treeview.setColumnTextFormat('column3', '<html><i>$text</i></html>');
In WebClient <div "right"> works, but in SmartClient html formatting is not completely supported, as a work-over you can put ... tag(s);
Regards
Updated by Imre Tokai over 11 years ago
- Status changed from In Progress to Resolved
- Assignee set to Imre Tokai
Feature should be available in servoy-treeview-experimental.jar
If further work is needed, reopen/create case, please
Regards