Hi There:
I am wondering if HOT has any API or properties so we can easily get to know if the table is scrolling up/down/left/right?
It seems current API hooks (afterScrollVertically ,e.g) does not care about the direction.
Our case is when user scroll down to the bottom or scroll right to the border, we will fire a AJAX call for more data to display.
We want to enforce the performance by only do the network request when the scrolling direction is down/right
I believe this should be a common use case.
Thanks
Stone.