Class: Row

Row

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

Constructor

new Row(options)

Constructor
Parameters:
Name Type Description
options object
Source:

Extends

  • Template

Methods

generateColumns(cols) → {Row}

Generate columns for the row
Parameters:
Name Type Description
cols
Source:
Returns:
Type
Row