#7: (WIP) Savepoint
This commit is contained in:
parent
9ac68941e9
commit
b5f4e1ad0d
1 changed files with 2 additions and 1 deletions
|
@ -67,8 +67,9 @@ public class LockedTreatmentController {
|
||||||
return new SimpleStringProperty(nurse.getSurName() + ", " + nurse.getFirstName());
|
return new SimpleStringProperty(nurse.getSurName() + ", " + nurse.getFirstName());
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
this.columnDeleteDate.setCellValueFactory(cellData -> new SimpleStringProperty("coming soon")
|
||||||
|
);
|
||||||
|
|
||||||
this.columnDeleteDate.setCellValueFactory(new PropertyValueFactory<>("coming soon"));
|
|
||||||
this.tableView.setItems(this.treatments);
|
this.tableView.setItems(this.treatments);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue