I'm trying to make an editable tableview. It allo...
# tornadofx
p
I'm trying to make an editable tableview. It allows me to edit it just fine, it commits and appears to change, but in
onEditCommit
it
is always just the original object before the change. Any advice?