How do I set a selection in a TableView? I want the first index selected by default.
productTable.selectionModelProperty().set(value);
Is this right? What should value be?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
TableViewSelectionModelprovides various methods of selections:Even the default value should be selected by someone in somewhere. In your case, it is you ;), running above code in some init block.