We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c97a02 commit b4f3538Copy full SHA for b4f3538
1 file changed
src/app/grid/grid-cascading-combos/grid-cascading-combos.component.html
@@ -1,7 +1,7 @@
1
<div class="grid__wrapper">
2
<div class="sample__header">
3
<igx-grid [igxPreventDocumentScroll]="true" #grid1 [data]="data" [autoGenerate]="false" displayDensity="cosy"
4
- width="100%" height="600px" [primaryKey]="'ID'">
+ width="100%" height="500px" [primaryKey]="'ID'">
5
<igx-column field="ID" header="ID" [dataType]="'number'" width="50px">
6
</igx-column>
7
<igx-column field="Country" header="Country" [dataType]="'string'" width="220px">
0 commit comments