I want to create a table view in Javafx.
UploaderColumn.setCellValueFactory(new PropertyValueFactory<User, String>("Uploader Name"));
For what should be the String parameter where I added "Uploader Name"
used for? In my case I added the text of the column from my fxml file. It seems to be wrong since I get the following error:
WARNING: Can not retrieve property 'Uploader Name' in PropertyValueFactory: