Assume I have a Datatable with 1000 rows, and it displays nicely with scrollbars. I would like to programmatically scroll to a specified row so that this specified row appears as the first row of my table, giving me the ability to scroll upwards or downwards from this row. Note that the entire table is loaded into memory.
Is there any way to accomplish this in Vue 3?