<@U14ECM2KV> I pass a SortedList into the Observab...
# tornadofx
c
@ron I pass a SortedList into the ObservableList that my TableView binds.
Copy code
SortedList(model.items, compareBy(Item::whatever))