How to change values in tableview simultaneously whenever i select an corresponding item from comboboxtablecell
问题 I tried but I got stuck at a point where am getting the corresponding values of the selected item from comboboxtablecell but cannot add the values to the corresponding column in the table view Controller.java public class controller { GetConnection gc = new GetConnection(); PreparedStatement pst; ResultSet rs; Statement st; private ObservableList<Users> datas = FXCollections.observableArrayList(); public controller(){} @FXML private TableView<Users> table; @FXML private TableColumn<Users