What I wanted to convey is that you can do `sorted...
# tornadofx
e
What I wanted to convey is that you can do
sortedFilteredList.items.setAll(someNewList)
and it doesn't matter if
someNewList
is observable or not.