rowFactory

fun <S> TableView<S>.rowFactory(configuration: KtfxTableRow<S>.(TableView<S>) -> Unit)

Sets a custom row factory to use in this TableView.

Parameters

S

The type of the elements contained within the TableView.

configuration

custom initialization block that configures KtfxTableRow.


fun <S> TreeTableView<S>.rowFactory(configuration: KtfxTreeTableRow<S>.(TreeTableView<S>) -> Unit)

Sets a custom row factory to use in this TreeTableView.

Parameters

S

The type of the elements contained within the TreeTableView.

configuration

custom initialization block that configures KtfxTreeTableRow.