Skip to content

Commit 7c11506

Browse files
authored
chore(erp): temporary disable chart column in erp sample (#144)
1 parent 35d5266 commit 7c11506

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/erp-hgrid/src/app/erp-hgrid-sample/erp-hgrid-sample.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
</ng-template>
5656
</igx-column>
5757
<igx-column field="unitsSold" header="Sold Units Last Month" dataType="number" width="10%" [sortable]="true"></igx-column>
58-
<igx-column field="salesTrendData" header="Monthly Sales Trends" filterable="false" width="15%">
58+
<!-- <igx-column field="salesTrendData" header="Monthly Sales Trends" filterable="false" width="15%">
5959
<ng-template igxCell let-cell="cell" let-val>
6060
@defer {
6161
<sales-trends-chart [dataSource]="cell.value"></sales-trends-chart>
6262
}
6363
</ng-template>
64-
</igx-column>
64+
</igx-column> -->
6565
<igx-column field="grossPrice" header="Gross Price" dataType="currency" width="7%" [sortable]="true"></igx-column>
6666
<igx-column field="netPrice" header="Net Price" dataType="currency" width="7%" [sortable]="true"></igx-column>
6767
<igx-column field="totalNetProfit" header="Net Profit" dataType="currency" width="7%" [sortable]="true"></igx-column>

0 commit comments

Comments
 (0)