hi @Pratik-Patel
Thanks for your solution. There is one issue now.
I actually have got a full height table with a fixed header. I have add the css for that in you codepen approach.
I have update the scrollto method to jump to row 60.
When you scroll down beyond row 60 and press the button it scrolls to row 61. Row 60 is behind the table header.
It also does not update the table repaints correct. The table has got some blurred lines. Scroll to row 0. Then press to the button. You will see it jumps to row 60 as last row, but the first 4 rows are blurred.
Do you (or somebody else) have got an idea how to fix this?