Range Change Callback
The rangeChanged
callback property is called with the start/end indexes of the visible range.
Note: the rangeChanged
reports the rendered items, which are affected by the increaseViewportBy
and the overscan
properties.
If you must track only the visible items, you can try the workaround from this Github issue.
loading...