Defect #740
Alignment of columns in servoy-treeview bean
Start date:
09/27/2013
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Safari 6.0
Description
Following code for aligning text in a treeview column works in webclient, but does not have any effect in the smartclient:
elements.treeview.setColumnTextFormat('column01', '<html><div align="right">$text</div></html>');
History
Updated by Andrei Costache over 11 years ago
- Status changed from New to Closed
- Assignee set to Andrei Costache
- % Done changed from 0 to 100
Fixed the indicated issue.