temp root in perspectives

This commit is contained in:
Jan Prochazka
2022-09-01 19:12:03 +02:00
parent 5724067974
commit 917c2f49a0
7 changed files with 60 additions and 7 deletions

View File

@@ -134,6 +134,7 @@ export class PerspectiveDataProvider {
for (; groupIndex < props.bindingValues.length; groupIndex++) {
const groupValues = props.bindingValues[groupIndex];
const group = tableCache.getBindingGroup(groupValues);
if (!group) continue;
if (group.loadedAll) continue;
if (group.groupSize == 0) {
group.loadedAll = true;