Skip to content

Tag: edit

Edit the cell value at a dynamic TableView?

Is it possible to edit a cell value in a dynamic TableView (dynamic rows and dynamic columns)? All I found on the internet was some editable TextFields over the cells. However, I want to edit the value in the table and then update my List with the new data. I’m using IntelliJ IDEA 13.1.4 , JavaFX Scene …