Typically you would just instantiate one in the to...
# tornadofx
e
Typically you would just instantiate one in the top of your view:
val orders = SortedFilteredList<Order>()
in my case. Then you can fill the list with data using
asyncItems
for example.