Interface IBuilderAdapterNumberColumnDescProps

Hierarchy

Properties

asArray?: number | boolean | string[]
asMap?: boolean
color?: string

color of this column

Deprecated

not used anymore

colorMapping?: string
column: string
custom?: { [key: string]: any }

Type declaration

  • [key: string]: any
description?: string

column description

domain?: [number, number]
fixed?: boolean

whether the column can be removed or not

Default

false

frozen?: boolean

frozen column

Default

isSupportType

groupRenderer?: string

default group renderer to use

label?: string

label of the column

labelAsHTML?: boolean

whether to render the label as HTML (unsafe)

Default

false

mapping?: "linear" | "sqrt" | "pow1.1" | "pow2" | "pow3"
range?: [number, number]
renderer?: string

default renderer to use

scripted?: string
summary?: string

column summary line (subtitle)

summaryAsHTML?: boolean

whether to render the description as HTML (unsafe)

Default

false

summaryRenderer?: string

default summary renderer to use

type?: string

the column type

visible?: boolean

is this column visible by default

Default

true

width?: number

initial width of the column

Default

100 or 200 for strings