How to scroll TABLE to particular TR programmatically

Assuming the project has a table with hundred’s of rows as a data set. And in a certain situation, an action in some other part of your page should result in showing a particular row in a table dynamically by using jquery. How do scroll a table to particular tr? Firstly, to demonstrate that,...