EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
632 stars 214 forks source link

Can I use Infinite Scroll Pagination for DataTable? #150

Closed paakjis closed 2 years ago

paakjis commented 2 years ago

Hi.

My app is build with DataTable, is it possible to use Infinite Scroll Pagination ? I don't see any possible way to do this, but maybe someone here will know.

Thanks.

clragon commented 2 years ago

yes, you can use a PagedSliverBuilder to make your own implementation.

rajada1 commented 1 year ago

yes, you can use a PagedSliverBuilder to make your own implementation.

Do you have an example of how to do this?