Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 1.5 KB

[0.0.2] - 04/30/2021

  • Server side data table with paging support
  • Allowing the same changes as the build in PaginatedDataTable

[0.0.3] - 04/31/2021

  • Auto reload page in case column sorting is changed

[0.0.3+1] - 05/02/2021

  • Updated readme to include the live example

[0.0.3+2] - 06/21/2021

  • Allow local reload if possible
  • Updated example to contain selection of rows
  • Selection of rows no longer trigger a call to the remote data source

[0.0.4] - 07/18/2021

  • Trigger a remote reload if you want it
  • Updated related packages
  • New example with filter

[0.0.5] - 07/18/2021

  • Include total and total filtered rows if provided in footer text
  • Allow custom footer text for rows

[0.0.6] - 08/14/2021

  • Updated example to contain usage for server side filter
  • Allow the source to reset the first view index, can be used to go back to page 1
  • Updated test cases to support new functions

[0.0.7] - 10/24/2021

  • BREAKING CHANGES, see the readme
  • 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

[0.0.7+hotfix] - 10/24/2021

  • Table now takes full width again

[0.0.8] - 06/04/2022

  • Allow to set alignment for default footer
  • Show horizontal scrollbar for table content
  • Allow to set thumbVisibility for horizontal scrollbar

[0.0.9] - 15/05/2024

  • Fix theme, remove deprecated values