Am I just having a gross conceptual JavaFX misunde...
# tornadofx
k
Am I just having a gross conceptual JavaFX misunderstanding here?
Copy code
tableview(runConfigurations) {
	runConfigTable = this

.....

vbox {
 visibleWhen(SimpleBooleanProperty(runConfigTable.selectionModel.selectedCells.count() > 0))