mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 03:45:59 +00:00
perspectives: show row count
This commit is contained in:
@@ -37,6 +37,7 @@ export class PerspectiveCacheTable {
|
||||
loadedAll: boolean;
|
||||
loadedRows: any[] = [];
|
||||
bindingGroups: { [bindingKey: string]: PerspectiveBindingGroup } = {};
|
||||
allRowCount: number = null;
|
||||
|
||||
get loadedCount() {
|
||||
return this.loadedRows.length;
|
||||
|
||||
Reference in New Issue
Block a user