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

A Flutter widget which is a paged DataTable which supports cursor pagination

Paged Data Table #

Completely customisable and extensible data table which supports cursor and offset pagination out-of-the-box.

Designed to follow Google Material You style.

Getting started #

Setup #

Everything you need is a PagedDataTable<T> widget, which accepts a generic argument T, the type of object you will display in the data table. After that, it only requires two arguments to work: columns and resolvePage.

Configure columns #

41
likes
0
pub points
85%
popularity

Publisher

verified publishertomasweigenast.me

A Flutter widget which is a paged DataTable which supports cursor pagination

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, flutter, flutter_localizations, intl, provider, stream_transform

More

Packages that depend on paged_datatable