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