Skip to content

Commit 164cb56

Browse files
committed
chore(*): removing displayDensity in demo
1 parent 2a23abf commit 164cb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/grid-localization/grid-localization.sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="sample-column">
22
<div class="grid-wrapper">
33
<igx-grid #grid [data]="data" [autoGenerate]="false" height="520px" width="100%"
4-
[allowFiltering]="true" [locale]="locale" displayDensity="compact">
4+
[allowFiltering]="true" [locale]="locale">
55
<igx-column field="Category" header="Category" [dataType]="'string'" [groupable]="true">
66
</igx-column>
77
<igx-column field="Type" header="Type" [sortable]="true" [hasSummary]="true" [editable]="true"

0 commit comments

Comments
 (0)