From fc6aa4c926a490bc2fa3b4c57c97d16ce6fe775f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 31 Jan 2020 19:16:12 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 74 +++++++++++++----------- 1 file changed, 40 insertions(+), 34 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 15c08ec2..6ad76541 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -39,40 +39,45 @@ */ --> @@ -104,7 +109,8 @@ export default { totalRecords: 0, records: [], rowsPerPageItems: [5, 10, 25, 50, 100], - selected: [] + selected: [], + narrowFormat: false }; }, props: {