Set focus in perspective table on specific row

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

There are no built-in methods to do this.

You could use the general filter or the column filters and use a script to set the filter value, but it will hide all the other rows.

1 Like

Ok thank you for the answer, I'll see what should be the best option.