paged_datatable 1.1.0 copy "paged_datatable: ^1.1.0" to clipboard
paged_datatable: ^1.1.0 copied to clipboard

A brand new way of creating paginated DataTables in Flutter with sorting and filters

1.1.0 #

  • Add better customization by placing a common widget or for a specific one using PagedDataTableTheme

1.0.17 #

  • Add method to TableController to allow updating a row based on a predicate.

1.0.16 #

  • Fix wrong header alignment

1.0.15 #

  • Header child now can take less width. Replaced Expanded with Flexible.

1.0.14 #

  • Add method to get applied filters from controller

1.0.13 #

  • Fix small bug

1.0.12 #

  • Add Flexible to every row

1.0.11 #

  • Add option to remove the size of the rows

1.0.10 #

  • Fix locales
  • Fix refresh current dataset
  • Add option to remove a row without reloading the entire dataset

1.0.9 #

  • Remove header when no filter is added

1.0.8 #

  • Added ProgrammaticTableFilter

1.0.7 #

  • Fix menu overlay is not opening correctly

1.0.6 #

  • Fix call stack exceeded

1.0.5 #

  • Small bug fixes

1.0.4 #

  • Add refresh listener. Listen to a stream and refresh the dataset when it changes
  • Add custom row builder

1.0.3 #

  • Add option to set default filters

1.0.2 #

  • Fix scores

1.0.1 #

  • Fix homepage

1.0.0 #

  • Rewrite all the code from scratch

0.4.9 #

  • Fixes ScrollController

0.4.8 #

  • Fixes ScrollController

0.4.7 #

  • When the page changes, the scrollbar is animated to the top of the table

0.4.6 #

  • Fixes a bug with filters scrollbar

0.4.4 #

  • Fixes a timer bug.

0.4.0 #

  • Add a custom row builder

0.3.1 #

  • Add option to clear selected rows

0.3.0 #

  • Add refresh listener
  • Add separated widget to build custom filters.

0.2.0 #

  • Add widget to build custom filters.

0.1.0 #

  • Initial release.