This commit is contained in:
Jan Prochazka 2022-12-30 19:10:10 +01:00
parent ed69c55e91
commit 175d85a462

View File

@ -785,12 +785,12 @@ export class PerspectivePatternColumnNode extends PerspectiveTreeNode {
return this.isExpandable; return this.isExpandable;
} }
matchChildRow(parentRow: any, childRow: any): boolean { // matchChildRow(parentRow: any, childRow: any): boolean {
console.log('MATCH PATTENR ROW', parentRow, childRow); // console.log('MATCH PATTENR ROW', parentRow, childRow);
return false; // return false;
// if (!this.foreignKey) return false; // // if (!this.foreignKey) return false;
// return parentRow[this.foreignKey.columns[0].columnName] == childRow[this.foreignKey.columns[0].refColumnName]; // // return parentRow[this.foreignKey.columns[0].columnName] == childRow[this.foreignKey.columns[0].refColumnName];
} // }
// getChildMatchColumns() { // getChildMatchColumns() {
// if (!this.foreignKey) return []; // if (!this.foreignKey) return [];