Class: Col

Col

A table column with inline editing support. Used to build complex rows.

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
Name Type Attributes Description
name string
type string <optional>
tag string <optional>
Source:
Returns:
Type
Col

toggleInlineEdit(state) → {Col}

Toggle inline editing state
Parameters:
Name Type Description
state boolean
Source:
Returns:
Type
Col