Class CheckboxColumnDef

Represents a column definition of one table column.

Hierarchy

  • CheckboxColumnDef

Implements

Constructors

Properties

classes: AreaObjectMapType<string[]> = ...

Represents an object that maps an area to a collection of objects.

headerLabel: string = ""

Represents the label for a header.

maxWidth: SizeIf = ...

Represents the maximum width of a column.

minWidth: SizeIf = ...

Represents the minimum width of a column.

property: string = "CheckboxColumn"

Represents a property name of the table row element.

rendererMap: AreaObjectMapType<CellRendererIf> = ...

Template

type: string = 'CheckboxColumnDef'
width: SizeIf = ...

Represents the size of a column along the width dimension.

Generated using TypeDoc