Skip to content

Commit cb269a1

Browse files
authored
Merge pull request #2977 from IgniteUI/mkirova/fix-2948
Fix issues with custom group by sample
2 parents 48cff57 + ebf6de9 commit cb269a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/grid/grid-groupby-custom-sample/grid-groupby-custom-sample.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</igx-column>
1313
<igx-column field="ShipCountry" header="Ship Country" width="200px" [groupable]="true">
1414
</igx-column>
15-
<igx-column field="OrderDate" header="Order Date" width="200px" [groupable]="true">
15+
<igx-column field="OrderDate" header="Order Date" width="200px" [groupable]="true" dataType="date">
1616
<ng-template igxCell let-value>
1717
{{ value | date:'shortDate' }}
1818
</ng-template>

0 commit comments

Comments
 (0)