New to Kendo UI for Vue? Start a free 30-day trial
GridLayoutProps
Represents the props of the Kendo UI for Vue GridLayout component.
Name | Type | Default | Description |
---|---|---|---|
align? |
|
Specifies the horizontal and vertical alignment of the inner GridLayout elements (see demos here and here). The possible keys are:
| |
className? |
|
Sets additional CSS classes to the GridLayout. | |
cols? |
|
Specifies the default number of columns and their widths (see example). | |
gap? |
|
Specifies the gaps between the elements (see example).
| |
id? |
|
Sets the | |
items? |
|
The collection of GridLayoutItemProps. | |
rows? |
|
Specifies the default number of rows and their height (see example). | |
style? |
|
Sets additional CSS styles to the GridLayout. |