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 => {