0.3.0
Added
onReachEnd(threshold:perform:)— fires when the last visible row comes withinthresholdrows of the end of the data as a user scroll settles, the trigger for load-more / infinite-scroll paging. UnlikeonTopRowChange, 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.