From a592fec7bc2e58d75f0b9359c19c6ac73611296e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 1 Sep 2020 15:51:19 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index a2a254b1..49b1ae49 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -466,6 +466,7 @@ export default { return z.id; }); } + //whups, records is only the visible paged amount, not all, back to the drawing board for this one but the above is fine if (this.records.length > 0) { //return row id's of all items return this.records.map(z => {