rows property

List<ForgeRow> rows
final

The list of rows that will be shown in the datagrid

Every row must contain cells in the same number as columns

Implementation

final List<ForgeRow> rows;