-
Enhancement
-
Resolution: Not an Issue
-
P4
-
8
tableView.getSelectionModel().getSelectedIndices() returns a list of indices. When i sort the table by clicking on the header of a column the selected index will change because it is defined as the view index and not as the model index. In Swing there are methods to convert between model and view index. This functionality isn't provided by JavaFX until now.
I tried it with JavaFX 8 build 123
I tried it with JavaFX 8 build 123