According to my above Table view once I click on any Action icon it will navig
So sorry actually I have duplicated the question
Correct answer was there:
Platform.runLater(new Runnable() { @Override public void run() { table.requestFocus(); table.getSelectionModel().select(0); table.getFocusModel().focus(0); } });