-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The example is very helpful. But how to use this with Combobox table cell in TableView.
for example I have table column like
@FXML
TableView tableView;
@FXML
TableColumn<DataSortingTableModel, ParameterModel> parameterColumn;
ObservableList<ParameterModel> parameterList = = FXCollections.observableArrayList();
parameterList.add(new ParameterModel(1, "Param1"));
parameterColumn.setCellValueFactory(value -> value.getValue().getParamterName());
parameterColumn.setCellFactory(ComboBoxTableCell.forTableColumn(parameterList));
Metadata
Metadata
Assignees
Labels
No labels