I need help to write a function in type script,so that i can scroll to specific index in material table.
Lets say i have 100 rows in my table showing 10 items at a time. If i provide input as 50, table should be scrolled upto row no. 50.
I am using type script with my angular html code.