|
1 | 1 | <igc-dockmanager #dock class="light-theme dock-m-position" [layout]="docLayout"> |
2 | 2 | <div slot="grid" igxOverlayOutlet style="height: 100%"> |
3 | | - <igx-grid igxPreventDocumentScroll #grid columnSelection="multiple" [moving]="true" chartIntegration conditionalFormatting [formatter]="currentFormatter" |
4 | | - [chartData]="chartData" primaryKey='id' displayDensity="compact" [data]="data" |
| 3 | + <igx-grid [igxPreventDocumentScroll]="true" #grid columnSelection="multiple" [moving]="true" chartIntegration conditionalFormatting [formatter]="currentFormatter" |
| 4 | + [chartData]="chartData" primaryKey="id" displayDensity="compact" [data]="data" |
5 | 5 | [allowFiltering]="true" [filterMode]="'excelStyleFilter'"> |
6 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='id' [hidden]='true'></igx-column> |
7 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='category' [width]="'110px'"></igx-column> |
8 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='type' [filterable]='false' [width]="'130px'"></igx-column> |
9 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='country' [width]="'100px'"></igx-column> |
10 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='price' dataType="number" [width]="'120px'" > |
| 6 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="id" [hidden]='true'></igx-column> |
| 7 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="category" [width]="'110px'"></igx-column> |
| 8 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="type" [filterable]='false' [width]="'130px'"></igx-column> |
| 9 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="country" [width]="'100px'"></igx-column> |
| 10 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="price" dataType="number" [width]="'120px'" > |
11 | 11 | <ng-template igxCell let-cell="cell"> |
12 | 12 | <div class="finjs-icons"> |
13 | 13 | <span>{{cell.value | currency:'USD':'symbol':'1.4-4'}}</span> |
14 | 14 | </div> |
15 | 15 | </ng-template> |
16 | 16 | </igx-column> |
17 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='startY' [width]="'100px'" dataType="number" [formatter]="formatCurrency"> |
| 17 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="startY" [width]="'100px'" dataType="number" [formatter]="formatCurrency"> |
18 | 18 | </igx-column> |
19 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='startYDiff' dataType="number" [width]="'120px'" > |
| 19 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="startYDiff" dataType="number" [width]="'120px'" > |
20 | 20 | <ng-template igxCell let-cell="cell"> |
21 | 21 | <div class="finjs-icons"> |
22 | 22 | <span>{{cell.value | number:'1.4-4'}}%</span> |
23 | 23 | </div> |
24 | 24 | </ng-template> |
25 | 25 | </igx-column> |
26 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='buy' [width]="'100px'" dataType="number" [formatter]="formatCurrency" > |
| 26 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="buy" [width]="'100px'" dataType="number" [formatter]="formatCurrency" > |
27 | 27 | </igx-column> |
28 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='buyDiff' dataType="number" [width]="'120px'" > |
| 28 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="buyDiff" dataType="number" [width]="'120px'" > |
29 | 29 | <ng-template igxCell let-cell="cell"> |
30 | 30 | <div class="finjs-icons"> |
31 | 31 | <span>{{cell.value | number:'1.4-4'}}%</span> |
32 | 32 | </div> |
33 | 33 | </ng-template> |
34 | 34 | </igx-column> |
35 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='highY' [width]="'100px'" dataType="number" [formatter]="formatCurrency" |
| 35 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="highY" [width]="'100px'" dataType="number" [formatter]="formatCurrency" |
36 | 36 | > |
37 | 37 | </igx-column> |
38 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='highYDiff' [width]="'120px'" dataType="number" [formatter]="formatCurrency" |
| 38 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="highYDiff" [width]="'120px'" dataType="number" [formatter]="formatCurrency" |
39 | 39 | > |
40 | 40 | <ng-template igxCell let-cell="cell"> |
41 | 41 | <div class="finjs-icons"> |
42 | 42 | <span>{{cell.value | currency:'USD':'symbol':'1.4-4'}}</span> |
43 | 43 | </div> |
44 | 44 | </ng-template> |
45 | 45 | </igx-column> |
46 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='openPrice' dataType="number" [formatter]="formatCurrency" |
| 46 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="openPrice" dataType="number" [formatter]="formatCurrency" |
47 | 47 | [width]="'130px'"> |
48 | 48 | <ng-template igxCell let-cell="cell"> |
49 | 49 | <div class="finjs-icons"> |
50 | 50 | <span>{{cell.value | currency:'USD':'symbol':'1.4-4'}}</span> |
51 | 51 | </div> |
52 | 52 | </ng-template> |
53 | 53 | </igx-column> |
54 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='openPriceDiff' dataType="number" [width]="'140px'" > |
| 54 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="openPriceDiff" dataType="number" [width]="'140px'" > |
55 | 55 | <ng-template igxCell let-cell="cell"> |
56 | 56 | <div class="finjs-icons"> |
57 | 57 | <span>{{cell.value | number:'1.4-4'}}%</span> |
58 | 58 | </div> |
59 | 59 | </ng-template> |
60 | 60 | </igx-column> |
61 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='lowY' [width]="'100px'" dataType="number" [formatter]="formatCurrency"> |
| 61 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="lowY" [width]="'100px'" dataType="number" [formatter]="formatCurrency"> |
62 | 62 | </igx-column> |
63 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='lowYDiff' dataType="number" [width]="'120px'" > |
| 63 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="lowYDiff" dataType="number" [width]="'120px'" > |
64 | 64 | <ng-template igxCell let-cell="cell"> |
65 | 65 | <div class="finjs-icons"> |
66 | 66 | <span>{{cell.value | number:'1.4-4'}}%</span> |
67 | 67 | </div> |
68 | 68 | </ng-template> |
69 | 69 | </igx-column> |
70 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='highD' [width]="'100px'" dataType="number" [headerClasses]="'headerAlignSyle'" |
| 70 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="highD" [width]="'100px'" dataType="number" [headerClasses]="'headerAlignSyle'" |
71 | 71 | [formatter]="formatCurrency"> |
72 | 72 | </igx-column> |
73 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='highDDiff' dataType="number" [width]="'120px'" > |
| 73 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="highDDiff" dataType="number" [width]="'120px'" > |
74 | 74 | <ng-template igxCell let-cell="cell"> |
75 | 75 | <div class="finjs-icons"> |
76 | 76 | <span>{{cell.value | number:'1.4-4'}}%</span> |
77 | 77 | </div> |
78 | 78 | </ng-template> |
79 | 79 | </igx-column> |
80 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='lowD' [width]="'100px'" dataType="number" [formatter]="formatCurrency" |
81 | | - > |
| 80 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="lowD" [width]="'100px'" dataType="number" [formatter]="formatCurrency"> |
82 | 81 | </igx-column> |
83 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='lowDDiff' dataType="number" [width]="'120px'" > |
| 82 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="lowDDiff" dataType="number" [width]="'120px'" > |
84 | 83 | <ng-template igxCell let-cell="cell"> |
85 | 84 | <div class="finjs-icons"> |
86 | 85 | <span>{{cell.value | number:'1.4-4'}}%</span> |
87 | 86 | </div> |
88 | 87 | </ng-template> |
89 | 88 | </igx-column> |
90 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='sell' [width]="'110px'" dataType="number" [formatter]="formatCurrency" > |
| 89 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="sell" [width]="'110px'" dataType="number" [formatter]="formatCurrency" > |
91 | 90 | </igx-column> |
92 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='sellDiff' dataType="number" [width]="'120px'" > |
| 91 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="sellDiff" dataType="number" [width]="'120px'" > |
93 | 92 | <ng-template igxCell let-cell="cell"> |
94 | 93 | <div class="finjs-icons"> |
95 | 94 | <span>{{cell.value | number:'1.4-4'}}%</span> |
96 | 95 | </div> |
97 | 96 | </ng-template> |
98 | 97 | </igx-column> |
99 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='region' ></igx-column> |
100 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='contract' ></igx-column> |
101 | | - <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field='settlement' [width]="'150px'" ></igx-column> |
| 98 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="region"></igx-column> |
| 99 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="contract"></igx-column> |
| 100 | + <igx-column [sortable]="true" [disablePinning]="true" [disableHiding]="true" field="settlement" [width]="'150px'" ></igx-column> |
102 | 101 | </igx-grid> |
103 | 102 | </div> |
104 | 103 |
|
|
0 commit comments