I think you need to listen for changes to the inde...
# tornadofx
s
I think you need to listen for changes to the index property returned by
TableCell.indexProperty()
and then get the value from
TableView.getItems()
.