r4zzz4k
04/10/2019, 7:12 PMList<T>
from data class to ListProperty<T>
in ItemViewModel
, as the latter expects ObservableList<T>
?r4zzz4k
04/12/2019, 6:18 PMbind { SimpleListProperty(item?.params?.observable() ?: FXCollections.emptyObservableList()) }