I have a SortedList<SortedList<MyObject>&...
# javafx
h
I have a SortedList<SortedList<MyObject>> the inner list is displayed sorted, while the outer list just displays the elements as they were added. Has anyone tried to have nested sorted lists in javafx?