Interface ColumnGroup

Describes a column group to use when rendering a table.

Hierarchy

  • ColumnGroup

Accessors

Accessors

  • get children(): string[]
  • The column names contained by this group.

    Returns string[]

  • get color(): string
  • The group color.

    Returns string

  • get name(): string
  • The group name.

    Returns string