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