Dash DataTable scrolling to a position

Hello, everyone,
I have a very long table that I have virtualized (by setting virtualization = True). I would like to have the option to select a row from a counter/slider/something (not important how right now) and to have the table automatically set the slider to that point to visualize its content.
I haven’t found any callback connected to virtualization yet, is it an option available? Can this be done with another option?

thank you in advance.

did you manage to find a solution? Is there even an option with pagination?