I have created a table view in java Fx, one of the columns in table view consists of ComboBoxTableCell.Please find below the code for table view
public clas
You need to define a CellValueFactory for the cell. This factory defines the values that will be shown in the column by using the current value of the table item list for the given row. See this link: Cell factory in javafx