GridStackedLayoutSettings
Interface
Configuration for the stacked layout mode in the Grid.
The stacked layout renders each data row as a card with field label/value pairs arranged in a CSS Grid layout.
Definition
Package:@progress/kendo-react-grid
Properties
cols?
number | string | number | GridStackedColSize[]
Defines the number of columns in the stacked layout.
- When a
number, creates that many equal-width columns. - When an
array, the length defines the column count and values define widths.
Default:
1