From d9cf0dd106e9a6a30a30fddcbc523148304d6a7e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 Apr 2020 20:42:20 +0000 Subject: [PATCH] fixup for row id bug after change to system where FIRST column is NOT actually the rowid column anymore --- ayanova/src/components/gz-data-table.vue | 16 ++++++++++------ ayanova/src/views/widgets.vue | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index edc6eada..e89d6d89 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -64,9 +64,6 @@