I was wondering if you could align the texts in one column of the TableView to, let's say, CENTER. Is there a way to do this for each column one at a time?
.table-cell {
-fx-alignment: BASELINE_CENTER;
}
The code above would sets all the columns in a table view to center which isn't what I want. There are specific alignments for each column.
Any help would be appreciated..thanks!