This commit is contained in:
2020-09-01 15:51:19 +00:00
parent 916ab7dd4e
commit a592fec7bc

View File

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