Hi, I have a standard table view which display a table with a key. Now, In an action java class, I want to scroll to a specific row using a key value (eg nameId = “smith” ), how to code this?
Source: scroll to a specific row in a standard views using command?