perspective fix

This commit is contained in:
Jan Prochazka
2022-07-30 08:16:07 +02:00
parent 2889f79120
commit 03f8a93dd0

View File

@@ -177,6 +177,10 @@ export class PerspectiveDataProvider {
},
});
if (nextRows.errorMessage) {
throw new Error(nextRows.errorMessage);
}
tableCache.loadedRows = [...tableCache.loadedRows, ...nextRows];
tableCache.loadedAll = nextRows.length < props.topCount - tableCache.loadedCount;