When having a tableview with multiple selection ac...
# tornadofx
b
When having a tableview with multiple selection activated, is there a way to not have fun <S> TableView<S>.onSelectionChange(func: (S?) -> Unit) = trigger an event by element selected AND unselected in the table?
sampletable.selectionModel.selectedItems.addListener { c: ListChangeListener.Change<out Sample> -> … } seems to do it