Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ColumnModel

Index

Constructors

constructor

  • new ColumnModel(label: string, value: string, view: string, editor: string, editable: boolean, width: string, options?: any, editorOptions?: any, textAlign?: "center" | "left" | "right", stylesHeaderClass?: string | string[], stylesBodyClass?: string | string[], show?: boolean): ColumnModel
  • Parameters

    • label: string
    • value: string
    • view: string
    • editor: string
    • editable: boolean
    • width: string
    • Optional options: any
    • Optional editorOptions: any
    • Optional textAlign: "center" | "left" | "right"
    • Optional stylesHeaderClass: string | string[]
    • Optional stylesBodyClass: string | string[]
    • Optional show: boolean

    Returns ColumnModel

Properties

editable

editable: boolean

editor

editor: string

editorOptions

editorOptions: any

label

label: string

options

options: any

show

show: boolean

stylesBodyClass

stylesBodyClass: string | string[]

stylesHeaderClass

stylesHeaderClass: string | string[]

textAlign

textAlign: "center" | "left" | "right"

value

value: string

view

view: string

width

width: string

Methods

getFieldNameFromValue

  • getFieldNameFromValue(): string
  • Returns string

Generated using TypeDoc