I need to get all values from JFX Table View. Tell me to way for that. it's very important to me. below has that table.
Asked
Active
Viewed 66 times
1 Answers
0
If you want to get all items in the TableView you can use the getItems method. Otherwise if you want only the selected data, you can use a SelectionModel to get the selected item.

flaxel
- 4,173
- 4
- 17
- 30