How to get visible rows count on vertical scrolling in afterScrollVertically event?

How to get visible rows count on vertical scrolling in afterScrollVertically event?

Hi @tmoore

you can use getFirstVisibleRow and getLastVisibleRow methods from the AutoRowSize plugin to get indexes of first and the last visible rows. Here is a working example http://jsfiddle.net/dr0wjnfg/
Is it suficient for your project?