Skip to content

Commit cf51e71

Browse files
committed
chore(*): fix formatting sample
1 parent 04f654c commit cf51e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/grid-formatting/grid-formatting.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3>Grid with local data</h3>
2323
</igx-column>
2424
<igx-column width="200px" field="OrderDate" header="Unbound column" [filterable]="true" [hasSummary]="true" [sortable]="true">
2525
<ng-template igxCell let-cell="cell" let-val>
26-
{{ cell.rowData.UnitsInStock }}
26+
{{ getVal(cell) }}
2727
</ng-template>
2828
</igx-column>
2929
<igx-column field="ReorderLevel" width="200px" [sortable]="true" [filterable]="true" [dataType]="'number'" [hasSummary]="false">

0 commit comments

Comments
 (0)