Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@Dev-Owl Dev-Owl released this 24 Oct 13:10
· 22 commits to main since this release

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.