items property

List items
final

List of items (your data) to be displayed in the table. This is your main data source. Each item in this list corresponds to a row in the table.

Implementation

final List items;