I just made sure that you don't need to call Sorte...
# tornadofx
e
I just made sure that you don't need to call SortedFilteredList.bindTo(tableview), now you can just assign a SortedFilteredList as the items property for the tableview builder and it will call bindTo automatically (
tableview(data) { ... }
)