Hey guys. Another question: I want to sort the con...
# tornadofx
j
Hey guys. Another question: I want to sort the content of a tableview by default. I want to use the first column comparator. Any ideas?
c
I've used a SortedList to wrap a source ObservableList, and bound the tableview to that instead of the source.