I have been trying to populate a JavaFX TableView with data from mysql ResultSet. I have been searching for over a week now, before I stumbled on a similar question on this site JavaFX - Background Thread for SQL Query. The code there were a bit helpful, but the only issue I have with it is that the query selects a single column from the database.
What I need is to display a ResultSet from select * from tableName in a JavaFX TableView. I will greatly appreciate if any one can help me out with this.