perspectives: show row count

This commit is contained in:
Jan Prochazka
2022-09-22 18:23:04 +02:00
parent 59efdd735c
commit 83693e9f2c
5 changed files with 58 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ export class PerspectiveCacheTable {
loadedAll: boolean;
loadedRows: any[] = [];
bindingGroups: { [bindingKey: string]: PerspectiveBindingGroup } = {};
allRowCount: number = null;
get loadedCount() {
return this.loadedRows.length;