items property
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;
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.
final List items;