<@U31EMAHFU> You can't bind bidirectionally agains...
# tornadofx
e
@borboss You can't bind bidirectionally against the
selectionModel.selectedItemProperty
since it's readonly. You can however use a listener so that whenever
model.instrument1
changes, you can select that item in the table - if that's really what you need. It sounds like a weird use case though.