-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
One of the API changes approved in RT-14927 was to add an index field to TableColumn.CellDataFeatures, and whilst this was done, a getIndex() method was not added. This makes the index field useless as it is not accessible. Adding a public final int getIndex() method is low-risk as it does not mutate any state.