I need a little help, I made an JavaFX application in which it prints a large number of columns and rows in the Table View list. Now I would like to create a command that will automatically copy the entire contents of that TableView list, so I made a "Copy" button, now I would like to automatically copy all rows and columns from TableView when I press that key and of course I can paste that content elsewhere on my computer?
thanks in advance!