There is a shortcut called `tableView.bindSelected...
# tornadofx
e
There is a shortcut called
tableView.bindSelected(property)
or even
tableView.bindSelected(model)
which will bind the
selectedItem
of the TableView to the property or even model object supplied.