I know regular ComboBoxes can be used in TableView cells and be editable as per http://o7planning.org/en/11079/javafx-tableview-tutorial. However I would like to do the same with CheckComboBox from ControlFX, but I can't figure out how. I found this class called CheckComboBoxTableCell but I get stuck on how to use the forTableColumn() method. Any ideas?
Asked
Active
Viewed 323 times
2
-
1I tried to use the CheckComboBoxTableCell in your link and wasn't able to get it to work. – Brad Turek Oct 30 '17 at 22:36
-
Maybe someone would be willing to contribute one to ControlsFX. – Brad Turek Oct 30 '17 at 22:36