Table that allows programmatic scroll to row/index?

Is it possible using dash data table or aggrid to programatically scroll to a given row number/index.

I am looking for a solution that would allow me to use virtualization and allowing the user to scroll to a given row

My use case is:

Application shows thumbnail images of a certain dataset. this uses a custom virtual scroll component I wrote.
Below is a table of meta data for each thumbnail. These 2 components are separate but synchronizable. If I click on a given image I want to scroll to that row in the datatable. and if i click a given row in the data table, i want to scroll to the given image in the thumbnail view

Hello @dales,

This is currently not available in AG Grid, however, it is a request.

You know if dash data table has this feature?

I believe that it does not.