Join Slack
Powered by
Typically you would just instantiate one in the to...
# tornadofx
e
edvin
11/20/2018, 8:59 PM
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.
Open in Slack
Previous
Next