Options
All
  • Public
  • Public/Protected
  • All
Menu

Column Definition

Hierarchy

  • Column

Index

Properties

aggregated?: boolean

If true then Data Table aggregates values of this column, on group levels and in the footer. The default - any the only available - aggregation function is SUM.

field: string

Identifies the column in the Data Table's data sources.

grouped?: boolean

If true then rows are grouped by values of this column.

label?: string

Custom label for the column. If missing then 'field' is used.

sortDirection?: SortDirection

Sort direction of grouped values, used only when 'grouped' is true.