Class DataGridRowDefDirective<T>

Type Parameters

  • T extends Record<string, any>

Constructors

Properties

data: any = null
flip: boolean = false

true - the header and content cell are "rotated" by 90°. The header is above the content cell and both have a colspan

flip: false

Label Value
Header Content

flip: true

Label Value
Header (colspan 2)
Content (colspan 2)
name?: string

Accessors