columns

fun <S : RecursiveTreeObject<S>> JFXTreeTableView<S>.columns(configuration: JfxTreeTableColumnScope<S>.() -> Unit)

Configure JFXTreeTableView columns.

Parameters

configuration

the configuration block.


fun <S : RecursiveTreeObject<S>> JFXTreeTableColumn<S, *>.columns(configuration: JfxTreeTableColumnScope<S>.() -> Unit)

Configure JFXTreeTableColumn columns, essentially enabling multi-line column.

Parameters

configuration

the configuration block.