rows property

  1. @override
List<DataGridRow> get rows

The collection of rows to display in SfDataGrid.

This must be non-null, but may be empty.

Implementation

@override
List<DataGridRow> get rows => _tableData;