Member Junction
    Preparing search index...

    Base column descriptor. The minimum information needed to describe a column of data: what it's called, what type it is, how to display it.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    description?: string

    Human-readable description of what this column represents

    displayName?: string

    Human-readable display name for headers, labels, and tooltips

    field: string

    Field name in the row data — the key used to access the value: row[field]

    sqlBaseType?: SQLBaseType

    SQL base type — source of truth for formatting in MJ

    sqlFullType?: string

    Full SQL type with precision/scale: 'decimal(18,2)', 'nvarchar(255)'

    width?: number

    Column width in pixels (hint for renderers)