<@U25U0KPFT> The local model is simply used to get...
# tornadofx
e
@carlw The local model is simply used to get a reference to the selection, without having to hold on to a reference to the tableview itself. It's better to use a ViewModel, since it also gives you the
bindSelected
functionality for free. I don't know if I quite understood your example, but maybe you want to offer it up as an alternative approach, with code samples?