tomasweigenast / paged-datatable

A DataTable widget for Flutter that supports cursor/offset pagination, filters and sorting
https://pub.dev/packages/paged_datatable
MIT License
15 stars 11 forks source link

Should be able to stop next page is it is the last page #18

Closed prismvineeth closed 2 months ago

prismvineeth commented 2 months ago

If would be nice if we could pass a last page to PaginationResult so that the next page button would be disabled.

tomasweigenast commented 2 months ago

Which version are you using?

EDIT: If you are using the preview version, if you don't return a nextPageToken value in the fetcher, it will disable the next page button.

tomasweigenast commented 2 months ago

I'm going to close this since you can achieve what you need using the preview version.