GridLayoutProps
Represents the props of the KendoReact 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:
| |
children? |
| The React elements that will be rendered inside the GridLayout. | |
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 | |
rows? |
| Specifies the default number of rows and their height (see example). | |
style? |
| Sets additional CSS styles to the GridLayout. |