Skip to content

Releases: Dev-Owl/advanced_datatable

v0.0.7

24 Oct 13:10
Compare
Choose a tag to compare

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.

v0.0.6

14 Aug 14:20
e5a98d8
Compare
Choose a tag to compare
Update index.html

v0.0.3

01 May 16:18
Compare
Choose a tag to compare

[0.0.3] - 04/31/2021

  • Auto-reload page in case column sorting is changed