rows property

List<DataRow> rows
final

The data to show in each row (excluding the row that contains the column headings).

The list may be empty.

Implementation

final List<DataRow> rows;