DataGrid.Rows

Syntax

Rows: Array;

Description

The Rows property determines table rows array.

Comments

Use JSON or the setRows method to set the property value and the getRows method to get the property value.

Array of table rows contains elements of the PP.Ui.DGRow type.

The setRows method returns a link to the table, for which array of rows is set.

Example

The example of use is given on the page with description of the DataGridSelection class constructor.

See also:

DataGrid