I have a TreeTableView in my app that I often sort...
# tornadofx
m
I have a TreeTableView in my app that I often sort on one column or the other. There are actions that I take that (re)loads the underlying observable with new data. When I do this I notice that the icon showing the sorting doesn't change but the new data isn't sorted according to the icon in the column headers. Instead it uses the 'default' ordering of the data just loaded. Is there a way to force the ordering to be the same as the column headers? Alternatively, is there a way to force the icon to 'reset'?
👍 1