DataGrid.insertRows

Syntax

insertRows(rows: Array);

Parameters

rows. Array of objects with row data.

Description

The insertRows method adds rows to table data object.

Example

The example of method use in description of the DGRow class constructor.

See also:

DataGrid