[ADF-4264] Fix content node selector breadcrumb and styling (#4527)

This commit is contained in:
davidcanonieto
2019-03-29 15:16:28 +00:00
committed by Eugenio Romano
parent 888113fdc2
commit be904dbe9b
5 changed files with 20 additions and 9 deletions

View File

@@ -160,10 +160,12 @@
</ng-container>
</div>
<div *ngIf="col.template" class="adf-datatable-cell-container">
<ng-container
[ngTemplateOutlet]="col.template"
[ngTemplateOutletContext]="{ $implicit: { data: data, row: row, col: col }, value: data.getValue(row, col) }">
</ng-container>
<div class="adf-cell-value">
<ng-container
[ngTemplateOutlet]="col.template"
[ngTemplateOutletContext]="{ $implicit: { data: data, row: row, col: col }, value: data.getValue(row, col) }">
</ng-container>
</div>
</div>
</div>