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): ColumnModel
  • Parameters

    • label: string
    • value: string
    • view: string
    • editor: string
    • editable: boolean
    • width: string
    • Optional options: any
    • Optional editorOptions: any

    Returns ColumnModel

Properties

editable

editable: boolean

editor

editor: string

editorOptions

editorOptions: any

label

label: string

options

options: any

value

value: string

view

view: string

width

width: string

Methods

getFieldNameFromValue

  • getFieldNameFromValue(): string
  • Returns string

Generated using TypeDoc