Hi,
Does anybody know how can I set the alignment of the header and the column name cells of a TableView?
Tableview.setTableHAlignment aligns the data cells but not the header nor the column name cells.
I'm using a DefaultTableViewModel that contains a matrix of the data and a vector of the column names.
Amit Pick