标签: sorting tableview glazedlists
在使用GlazedList之前,我能够将排序列表绑定到表比较器属性,如图所示
sortedList.comparatorProperty().bind(table.comparatorProperty());
但由于上釉清单的某些功能,我决定尝试使用上釉清单。现在的问题是如何根据我的表的排序设置(单击标题时的排序功能)来排序我的排序列表。
我正在使用javafx TableView。