We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f654c commit cf51e71Copy full SHA for cf51e71
src/app/grid-formatting/grid-formatting.component.html
@@ -23,7 +23,7 @@ <h3>Grid with local data</h3>
23
</igx-column>
24
<igx-column width="200px" field="OrderDate" header="Unbound column" [filterable]="true" [hasSummary]="true" [sortable]="true">
25
<ng-template igxCell let-cell="cell" let-val>
26
- {{ cell.rowData.UnitsInStock }}
+ {{ getVal(cell) }}
27
</ng-template>
28
29
<igx-column field="ReorderLevel" width="200px" [sortable]="true" [filterable]="true" [dataType]="'number'" [hasSummary]="false">
0 commit comments