|
|
@ -108,7 +108,6 @@ export class TableComponent implements AfterViewInit {
|
|
|
|
|
|
|
|
|
|
|
|
ngOnInit() {
|
|
|
|
ngOnInit() {
|
|
|
|
this.addColumnPropertiesFromGQLSchemaToColumnInfo();
|
|
|
|
this.addColumnPropertiesFromGQLSchemaToColumnInfo();
|
|
|
|
console.log(this.columnInfo);
|
|
|
|
|
|
|
|
this.columnInfo.forEach((column) =>
|
|
|
|
this.columnInfo.forEach((column) =>
|
|
|
|
this.displayedColumns.push(column.dataPath)
|
|
|
|
this.displayedColumns.push(column.dataPath)
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -419,7 +418,6 @@ export class TableComponent implements AfterViewInit {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
newFilterValue(): void {
|
|
|
|
newFilterValue(): void {
|
|
|
|
console.log(this.filters);
|
|
|
|
|
|
|
|
this.filterChanged.next(this.filters);
|
|
|
|
this.filterChanged.next(this.filters);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|