There is a tableview table, in which 2 columns. How to make that user could edit the values of a specific column? How can this be realized?
1 answer
I advise you to read an article in which everything is perfectly described.
The essence is this: you define the TableView
table, in it you define the TableColumn
columns, in which you define the listener setOnEditCommit
.
PS Do not forget the table and columns to set the sign editable
to true
|