treeTableView
Add a TreeTableView to this container.
Return
the control added.
inline fun <S> treeTableView(root: TreeItem<S>? = null, configuration: TreeTableView<S>.() -> Unit): TreeTableView<S>
Create a TreeTableView with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun <S> NodeContainer.treeTableView(root: TreeItem<S>? = null, configuration: TreeTableView<S>.() -> Unit): TreeTableView<S>
Add a TreeTableView with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.