source property

DataTableSource source
final

The data source which provides data to show in each row.

This object should generally have a lifetime longer than the PaginatedDataTable widget itself; it should be reused each time the PaginatedDataTable constructor is called.

Implementation

final DataTableSource source;