datatable library

Classes

AdvancedPaginatedDataTable
Based on the 'original' data table from the Flutter Dev Team Extended to support async data loading and other changes to be more flexible A material design data table that shows data using multiple pages.
PaginatedDataTableState
Holds the state of a PaginatedDataTable.

Typedefs

GetFooterCallBack = Widget Function(AdvancedDataTableSource currentSource, int currentOffset)
GetFooterRowText = String Function(int startRow, int pageSize, int? totalFilter, int totalRowsWithoutFilter)
GetWidgetCallBack = Widget Function()