Skip to content

Row

Row

Represents a row in a table.

Kind: global class
Properties

NameTypeDescription
componentsArrayThe components of the row.

new Row([data])

Constructs a new instance of the class.

Returns: object - - The constructed instance.

ParamTypeDescription
[data]objectOptional data object to initialize the instance.