File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export class ColumnMenuSample extends SampleBase<{}, {}> {
16
16
< GridComponent id = 'gridcomp' dataSource = { data . splice ( 0 , 60 ) } allowPaging = { true } allowGrouping = { true } allowSorting = { true } allowFiltering = { true } showColumnMenu = { true } groupSettings = { this . groupOptions } filterSettings = { this . filterSettings } >
17
17
< ColumnsDirective >
18
18
< ColumnDirective field = 'OrderID' headerText = 'Order ID' width = '200' textAlign = 'right' showInColumnChooser = { false } > </ ColumnDirective >
19
- < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' width = '200' > </ ColumnDirective >
20
- < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' width = '200' format = 'yMd' textAlign = 'right' />
19
+ < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' > </ ColumnDirective >
20
+ < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' format = 'yMd' textAlign = 'right' />
21
21
< ColumnDirective field = 'Freight' headerText = 'Freight' width = '150' format = 'C2' textAlign = 'right' />
22
22
< ColumnDirective field = 'ShipName' headerText = 'Ship Name' visible = { false } width = '200' > </ ColumnDirective >
23
23
< ColumnDirective field = 'ShipCountry' headerText = 'Ship Country' width = '200' > </ ColumnDirective >
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ export class ContextMenuSample extends SampleBase<{}, {}> {
22
22
editSettings = { this . editing } >
23
23
< ColumnsDirective >
24
24
< ColumnDirective field = 'OrderID' headerText = 'Order ID' width = '200' textAlign = 'right' isPrimaryKey = { true } > </ ColumnDirective >
25
- < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' width = '200' > </ ColumnDirective >
26
- < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' width = '200' format = 'yMd' textAlign = 'right' />
25
+ < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' > </ ColumnDirective >
26
+ < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' format = 'yMd' textAlign = 'right' />
27
27
< ColumnDirective field = 'Freight' headerText = 'Freight' width = '150' format = 'C2' textAlign = 'right' />
28
28
< ColumnDirective field = 'ShipName' headerText = 'Ship Name' width = '200' > </ ColumnDirective >
29
29
< ColumnDirective field = 'ShipCountry' headerText = 'Ship Country' width = '200' > </ ColumnDirective >
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export class ColumnMenuSample extends SampleBase<{}, {}> {
16
16
< GridComponent id = 'gridcomp' dataSource = { data . splice ( 0 , 60 ) } allowPaging = { true } allowGrouping = { true } allowSorting = { true } allowFiltering = { true } showColumnMenu = { true } groupSettings = { this . groupOptions } filterSettings = { this . filterSettings } >
17
17
< ColumnsDirective >
18
18
< ColumnDirective field = 'OrderID' headerText = 'Order ID' width = '200' textAlign = 'right' showInColumnChooser = { false } > </ ColumnDirective >
19
- < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' width = '200' > </ ColumnDirective >
20
- < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' width = '200' format = 'yMd' textAlign = 'right' />
19
+ < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' > </ ColumnDirective >
20
+ < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' format = 'yMd' textAlign = 'right' />
21
21
< ColumnDirective field = 'Freight' headerText = 'Freight' width = '150' format = 'C2' textAlign = 'right' />
22
22
< ColumnDirective field = 'ShipName' headerText = 'Ship Name' visible = { false } width = '200' > </ ColumnDirective >
23
23
< ColumnDirective field = 'ShipCountry' headerText = 'Ship Country' width = '200' > </ ColumnDirective >
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ export class ContextMenuSample extends SampleBase<{}, {}> {
22
22
editSettings = { this . editing } >
23
23
< ColumnsDirective >
24
24
< ColumnDirective field = 'OrderID' headerText = 'Order ID' width = '200' textAlign = 'right' isPrimaryKey = { true } > </ ColumnDirective >
25
- < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' width = '200' > </ ColumnDirective >
26
- < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' width = '200' format = 'yMd' textAlign = 'right' />
25
+ < ColumnDirective field = 'CustomerName' headerText = 'Customer Name' > </ ColumnDirective >
26
+ < ColumnDirective field = 'ShippedDate' headerText = 'Shipped Date' format = 'yMd' textAlign = 'right' />
27
27
< ColumnDirective field = 'Freight' headerText = 'Freight' width = '150' format = 'C2' textAlign = 'right' />
28
28
< ColumnDirective field = 'ShipName' headerText = 'Ship Name' width = '200' > </ ColumnDirective >
29
29
< ColumnDirective field = 'ShipCountry' headerText = 'Ship Country' width = '200' > </ ColumnDirective >
You can’t perform that action at this time.
0 commit comments