How to get physical row index to data on scroll?

Tags: #<Tag:0x00007f0b0e8d20f0>

I would like to get physical row index of the top of visiable rows, is there any way could achieve this?

Hi @elviszhao2016

We have afterScrollVertically hook that you can use in that scenario. If you combine it with autoRowSize plugin you can get information about the visible rows during scrolling, Here’s an example:

https://jsfiddle.net/aszymanski/630em8bu/

Thanks!!:wave: