source property

The data source which provides data to show in each row. Must be non-null.

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 AdvancedDataTableSource source;