Overview
- BREAKING CHANGES, see below
- Including Flutter Lint
- Customer table footer support, render your complete own footer if you wish too
- Updated example to support horizontal scroll with flutter 2.5.X
- New default loading, keep table sceleton and show a centered spinner
Breaking changes
Please note, due to code clean ups please ensure you do the following:
Change the old import:
import 'package:advanced_datatable/advancedDataTableSource.dart';
To the new one:
import 'package:advanced_datatable/advanced_datatable_source.dart';
In case you used AdvancedDataTableSource.loadNextPage()
please note, the signature has changed
to have named boolean paramters. The parameter sortAscending
was moved to be a named one.