JavaFX TableColumns' headers not aligned with cells due to vertical scrollbar
I've had the same problem. It seems a bug. Try this. It works for me
Platform.runLater(() -> tableView.refresh());
I've had the same problem. It seems a bug. Try this. It works for me
Platform.runLater(() -> tableView.refresh());