nested incomplete loading fix

This commit is contained in:
Jan Prochazka
2022-07-24 15:16:02 +02:00
parent d48c34a4a5
commit 5395d1343b
2 changed files with 21 additions and 9 deletions

View File

@@ -95,7 +95,12 @@ export class PerspectiveDisplay {
// this.mergeRows(collectedRows);
this.mergeRows(collectedRows);
// dbg('merged rows', this.rows);
// console.log('MERGED', this.rows);
// console.log(
// 'MERGED',
// this.rows.map(r =>
// r.incompleteRowsIndicator ? `************************************ ${r.incompleteRowsIndicator.join('|')}` : r.rowData.join('|')
// )
// );
}
fillColumns(children: PerspectiveTreeNode[], parentNodes: PerspectiveTreeNode[]) {