Skip to content
Snippets Groups Projects
Commit e8e8a5c6 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Created tableview and table columns

parent 120ee303
No related branches found
No related tags found
1 merge request!6Merging the frontend baseline to get up to date with the progress
......@@ -32,7 +32,7 @@ public class SceneController {
private TableColumn<Expense, Double> amount;
@FXML
private TableColumn<Expense, Double> recurring;
private TableColumn<Expense, Boolean> recurring;
@FXML
private TableColumn<Expense, ExpenseCategory> category;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment