File tree Expand file tree Collapse file tree
projects/erp-hgrid/src/app/erp-hgrid-sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments