doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
18 stars 20 forks source link

Callbacks for the scrollbar #60

Open Somtobro opened 1 month ago

Somtobro commented 1 month ago

It will be nice to have a scrollbar back callback or totally expose it, so we can make callbacks when the table is scrolled to the end.

Benefits: On mobile, I'm using PlutoPagination I'm trying to go the next page after the first page limit is at the end without having to manually click the next page button.

Btw, thanks for maintaining the package, you help a lot of apps on the stores.