Configuration
Style

Style config

Properties

export interface StyleConfig {
  maxHeight?: number;
  border?: boolean;
}

maxHeight

TypeRequired
numberfalse

If set, the height of the grid will be limited to this value.

border

TypeRequired
booleanfalse

If set, the grid will have an outline border.