From 6ec76191f39449cdefec1566bd488b0e83b4ff86 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 4 Feb 2020 20:50:38 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 43 +++++++++++++++++++----- ayanova/src/views/test-widgets.vue | 2 +- 2 files changed, 36 insertions(+), 9 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index d6236bfb..f10b3136 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -98,7 +98,7 @@ md="4" lg="3" > - + {{ item.columns.c1.v }} @@ -106,11 +106,38 @@ - - Calories: - {{ - item.calories - }} + + + + {{ getHeaderText(c.key) }} + + + + + + + + @@ -119,12 +146,12 @@ -
+