edvin
03/29/2017, 8:52 PMselectionModel.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.