Grid Size
You can customize the width and the height of the DikeGrid instance.
Grid width
Grid height
Changing the DikeGrid size
<dike-grid id="grid-structure"
[width]="gridProperties.width"
[height]="gridProperties.height">
</dike-grid>

Last updated