columns

val columns: ObservableList<TableColumn<T>>

An ObservableList that contains TableColumns which specify how the data is represented in that column. The first TableColumn in this ObservableList will be the leftmost column in the rendered TableView.

See also