Constructor
new Col(options)
Constructor
Parameters:
Name | Type | Description |
---|---|---|
options |
object |
- Source:
Extends
- Template
Methods
createInlineField() → {Col}
Create an input or select for inline editing
- Source:
Returns:
- Type
- Col
setFieldOptions(options) → {Col}
Set field options
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Properties
|
- Source:
Returns:
- Type
- Col
toggleInlineEdit(state) → {Col}
Toggle inline editing state
Parameters:
Name | Type | Description |
---|---|---|
state |
boolean |
- Source:
Returns:
- Type
- Col