data_table_2 2.1.1 copy "data_table_2: ^2.1.1" to clipboard
data_table_2: ^2.1.1 copied to clipboard

outdated

In-place replacement for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and few extra features

!NOTE: the first 2 letters follow the stable version of FLutter SDK upon which the package is based on (i.e. which sources are being copied and modified) - if there're new APIs introuduced to DataTable and PaginatedDataTable with newer SDK relases those changes might not be present in the code provided by this package's widgets until the major and minor versions codes of this package match. The 3rd letter is the version of the package itself (most likely this part to be changed when bug fixes are intoduced or minor features are rolled out).

2.1.1 #

  • PaginatorController that allows externally control PaginatedDataTable2 state (e.g. switch pages, change page size etc.)
  • Custom paginator example for PaginatedDataTable2

2.1.0 #

  • autoRowsToHeight property on PaginatedDataTable2 that allows the widget to auto calculate page size depending on how much rows fit the height and allow to bypass vertical scrolling
  • More examples
  • Better test coverage
  • Aligned with Flutter 2.1.0 DataTable/PaginatedDataTable2 APIs

2.0.4 #

  • empty constructir param & property which defines allows to define placeholder widget to be displayed when there're no rows to be displayed
  • smRatio and lmRatio constructor params & properties which allow to defined width ratios of DataColumn2 S, M and L sizes
  • border constructructor param & property allowing to define vertilca an horizontal, inner and outer table borders

2.0.3 #

Added DataTable2.scrollController and PaginatedDataTable2.scrollController property, added scroll-up example

2.0.2 #

Added DataTable2.bottomMargin property

2.0.1 #

Fixed horizonalMargin (it was not accounted for when calculating column sizes, first and last columns where shrinked by this value)

2.0.0 #

Perf. optimization of DataTable.build(), finishing off the package for roll-out to pub.dev

2.0.0-dev.1 #

The very first relase to pub.dev

756
likes
0
pub points
99%
popularity

Publisher

verified publishersaplin.blogspot.com

In-place replacement for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and few extra features

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on data_table_2