We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a23abf commit 164cb56Copy full SHA for 164cb56
src/app/grid-localization/grid-localization.sample.html
@@ -1,7 +1,7 @@
1
<div class="sample-column">
2
<div class="grid-wrapper">
3
<igx-grid #grid [data]="data" [autoGenerate]="false" height="520px" width="100%"
4
- [allowFiltering]="true" [locale]="locale" displayDensity="compact">
+ [allowFiltering]="true" [locale]="locale">
5
<igx-column field="Category" header="Category" [dataType]="'string'" [groupable]="true">
6
</igx-column>
7
<igx-column field="Type" header="Type" [sortable]="true" [hasSummary]="true" [editable]="true"
0 commit comments