mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 17:53:59 +00:00
fix
This commit is contained in:
@@ -137,7 +137,7 @@ export class PerspectiveDataProvider {
|
|||||||
},
|
},
|
||||||
bindingValues: [group.bindingValues],
|
bindingValues: [group.bindingValues],
|
||||||
});
|
});
|
||||||
group.loadedRows = [...group.loadedRows, nextRows];
|
group.loadedRows = [...group.loadedRows, ...nextRows];
|
||||||
group.loadedAll = nextRows.length < PERSPECTIVE_PAGE_SIZE;
|
group.loadedAll = nextRows.length < PERSPECTIVE_PAGE_SIZE;
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user