Sort Javafx table on multiple columns
问题 Can a default Javafx table sort on multiple fields by dragging the columns on a dropzone? My user need to select one or multiple columns to sort on different columns. The application is fully written in Java8 with JavaFX. The source code that I now use is: import java.util.Collections; import java.util.Comparator; import java.util.function.Function; import javafx.application.Application; import javafx.beans.property.SimpleObjectProperty; import javafx.geometry.Insets; import javafx.geometry