Hello, I have a TableView with some data in it. I've had no issues adding new data via getTableData().add(...), however I'm not sure how to notify the table if any of the *existing* data has changed. I've tried tableView.repaint() with no luck. The data in the table is a simple POJO.
Many thanks in advance! Joseph.
