Skip to content

Commit c30c1a8

Browse files
Ivan KitanovIvan Kitanov
authored andcommitted
Adjusting the size of the grid
1 parent 0273442 commit c30c1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/grids/grid/data-searching/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</igc-input>
3333
</div>
3434

35-
<igc-grid auto-generate="false" id="grid" name="grid" allow-filtering="true" display-density="compact">
35+
<igc-grid auto-generate="false" id="grid" name="grid" allow-filtering="true" display-density="compact" height="100%" width="100%">
3636
<igc-column field="IndustrySector" data-type="string" sortable="true"></igc-column>
3737
<igc-column field="IndustryGroup" data-type="string" sortable="true"></igc-column>
3838
<igc-column field="SectorType" data-type="string" sortable="true"></igc-column>

0 commit comments

Comments
 (0)