GridLayoutColumnProps
Interface
Represents the props of the KendoReact GridLayout column.
Definition
Package:@progress/kendo-react-layout
Properties
width?
string | number
Specifies the width of the GridLayout column (see example).
Example:
jsx
<GridLayout cols={[{ width: '200px' }]} />