From 9cdcd7fc5ab4e6f7f943ee7916490c31b2b0440d Mon Sep 17 00:00:00 2001 From: Bruce Schultz Date: Thu, 29 Aug 2024 08:43:41 +0200 Subject: [PATCH] feat(date): allow dates to be sorted and add dates to analysis table --- components/analysis/AnalysesTable.vue | 28 ++++++++++++- .../tables/DetailedAnalysisTable.vue | 2 + .../tables/DetailedDataStoreTable.vue | 23 +++++++++-- .../tables/DetailedProjectTable.vue | 8 +++- components/projects/ProjectTable.vue | 41 +++++++++++++------ components/projects/ProposalTable.vue | 12 +++++- 6 files changed, 93 insertions(+), 21 deletions(-) diff --git a/components/analysis/AnalysesTable.vue b/components/analysis/AnalysesTable.vue index 493b933..8422da6 100644 --- a/components/analysis/AnalysesTable.vue +++ b/components/analysis/AnalysesTable.vue @@ -10,7 +10,7 @@ import SearchBar from "~/components/table/SearchBar.vue"; const expandedRows = ref(); const analyses = ref(); -const expandRowEntries = ["project_id", "node_id", "created_at", "updated_at"]; +const expandRowEntries = ["project_id", "node_id"]; const { data: response, status, error } = await getAnalysisNodes(); @@ -119,6 +119,32 @@ const updateFilters = (filterText: string) => { header="Project" :sortable="true" /> + + + + + + { > - + - + - +