Skip to content

Commit 9a9dd76

Browse files
author
pipeline
committed
config(EJ2-4954): column chooser sample updated
1 parent 08fb6dc commit 9a9dd76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/grid/column/columnchooser-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/grid/column/columnchooser.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<e-column field='CustomerName' headerText='Customer Name' width='150' showInColumnChooser='false'></e-column>
66
<e-column field='OrderDate' headerText='Order Date' width='130' format="yMd" textAlign="right"></e-column>
77
<e-column field='Freight' headerText='Freight' width='120' format='C2' textAlign="right"></e-column>
8-
<e-column field='ShippedDate' headerText='Shipped Date' width='130' format="yMd" textAlign="right"></e-column>
9-
<e-column field='ShipCountry' headerText='Ship Country' visible='false' width='150'></e-column>
10-
<e-column field='ShipCity' headerText='Ship City' visible='false' width='150'></e-column>
8+
<e-column field='ShippedDate' headerText='Shipped Date' width='130' format="yMd" textAlign="right"></e-column>
9+
<e-column field='ShipCountry' headerText='Ship Country' [visible]='false' width='150'></e-column>
10+
<e-column field='ShipCity' headerText='Ship City' [visible]='false' width='150'></e-column>
1111
</e-columns>
1212
</ej-grid>
1313
<div id="description">

0 commit comments

Comments
 (0)