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
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