Table scroll is not working

I am trying to use scroll option of CUBA table but the expected record still remain a little below the visible area of the table and i have to scroll it manually, any suggestions? here is my code:


    // set focus on the first cell of the added row
        bankTranLineTable.requestFocus(line, "tranDate");
        bankTranLineTable.scrollTo(line);

Hi,

Thank you for reporting the problem, we have created a YouTrack issue, see the link on the right.

:ticket: See the following issue in our bug tracker:

https://youtrack.cuba-platform.com/issue/PL-8473