I have used onEditCommit event in Fxml to retrive data after user edit it.
FXML Code -:
I made these changes. in EditingCell.java
public class EditingCell extends TableCell {
in EditController.jva added just TableColumn
public void columnEdit(TableColumn.CellEditEvent event)