Join Slack
Powered by
Hey guys. Another question: I want to sort the con...
# tornadofx
j
jschneider
06/19/2019, 6:29 PM
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
Carlton Whitehead
06/20/2019, 12:31 PM
I've used a SortedList to wrap a source ObservableList, and bound the tableview to that instead of the source.
4
Views
Open in Slack
Previous
Next