Row
Represents a row in a table.
Kind: global class
Properties
| Name | Type | Description |
|---|---|---|
| components | Array | The components of the row. |
new Row([data])
Section titled “new Row([data])”Constructs a new instance of the class.
Returns: object - - The constructed instance.
| Param | Type | Description |
|---|---|---|
| [data] | object | Optional data object to initialize the instance. |