Class ColumnBuilder<T>

Type Parameters

Hierarchy (view full)

Constructors

Properties

desc: T

Methods

  • converts the column type to be an array type, supports only base types: boolean, categorical, date, number, and string

    Parameters

    • Optional labels: number | string[]

      labels to use for each array item or the expected length of an value

    Returns ColumnBuilder<T>

  • specify the renderer to used for this column

    Parameters

    • Optional renderer: string

      within a cell

    • Optional groupRenderer: string

      within an aggregated cell

    • Optional summaryRenderer: string

      within the summary in the header and side panel

    Returns ColumnBuilder<T>