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?

  • For example, the user clicks on a specific cell and immediately writes a new value there. - mooksel

1 answer 1

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