mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
perspective mongo fixes
This commit is contained in:
@@ -20,6 +20,7 @@ export interface PerspectiveDataLoadProps {
|
||||
schemaName?: string;
|
||||
pureName: string;
|
||||
dataColumns?: string[];
|
||||
allColumns?: boolean;
|
||||
orderBy: {
|
||||
columnName: string;
|
||||
order: 'ASC' | 'DESC';
|
||||
@@ -189,6 +190,7 @@ export class PerspectiveDataProvider {
|
||||
|
||||
// load missing rows
|
||||
tableCache.dataColumns = props.dataColumns;
|
||||
tableCache.allColumns = props.allColumns;
|
||||
|
||||
const nextRows = await this.loader.loadData({
|
||||
...props,
|
||||
|
||||
Reference in New Issue
Block a user