This commit is contained in:
@@ -466,6 +466,7 @@ export default {
|
|||||||
return z.id;
|
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) {
|
if (this.records.length > 0) {
|
||||||
//return row id's of all items
|
//return row id's of all items
|
||||||
return this.records.map(z => {
|
return this.records.map(z => {
|
||||||
|
|||||||
Reference in New Issue
Block a user