Skip to content

0.3.0

Choose a tag to compare

@adamtheturtle adamtheturtle released this 27 Jun 09:24
· 4 commits to main since this release
cc6fc6b

Added

  • onReachEnd(threshold:perform:) — fires when the last visible row comes within threshold rows of the end of the data as a user scroll settles, the trigger for load-more / infinite-scroll paging. Unlike onTopRowChange, it reflects the bottom of the viewport, so it fires correctly on any window size without estimating the visible-row count from row heights.

Closes #1.