paged_datatable 0.4.8 paged_datatable: ^0.4.8 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.