Grid Size
You can customize the width and the height of the DikeGrid instance.
Last updated
You can customize the width and the height of the DikeGrid instance.
Last updated
By default, the DikeGrid width is equal to auto. However, you can change this value by providing width's input property.
You can also change this value by providing an Injection Token called GRID_WIDTH
.
By default, the DikeGrid height is equal to 90vh. However, you can change this value by providing height's input property.
You can also change this value by providing an Injection Token called GRID_HEIGHT
.
Let us give the DikeGrid the previous input properties, binding the related properties from the gridProperties object.
Now, open the Floating Configuration Panel, go to the Size section, type 80% and 90vh for the width and the height, respectively.