I am using TreeTableView (FX 8). I need to sort a date column by default in descending order when the TreeTableView is rendered. How to do this. I defined the comparator for the required column. Once the root is set, I called treetableview.sort() method. But it didnt sort it by default. Can you provide me with the code to do the same.
Thanks.