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 0273442 commit c30c1a8Copy full SHA for c30c1a8
samples/grids/grid/data-searching/index.html
@@ -32,7 +32,7 @@
32
</igc-input>
33
</div>
34
35
- <igc-grid auto-generate="false" id="grid" name="grid" allow-filtering="true" display-density="compact">
+ <igc-grid auto-generate="false" id="grid" name="grid" allow-filtering="true" display-density="compact" height="100%" width="100%">
36
<igc-column field="IndustrySector" data-type="string" sortable="true"></igc-column>
37
<igc-column field="IndustryGroup" data-type="string" sortable="true"></igc-column>
38
<igc-column field="SectorType" data-type="string" sortable="true"></igc-column>
0 commit comments