How to use CheckComboBox in editable table cell? (JavaFX)

363 Views Asked by At

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?

0

There are 0 best solutions below