If you want to create the TableView in a separate ...
# tornadofx
e
If you want to create the TableView in a separate function, you can create a function called
Pane.createTable() = tableview { ...
and call it from where you want the tableview to enter the node hierarchy with just
createTable()
.