Good morning,
I want to set the focus on a specific row in a perspective table.
For example I have a table where I can see the first 5 rows (20 in total). I'm able with a script to retrieve the number of the row that I need to see, so maybe the numero 17.
I try with props.selection.data
without success.
How can I scroll automatically to the 15th?
Thank you