Hi,
I have got a table which can be sorted. I want to know how I can find the row index of a row after sorting so I can pass it to the scrollTo method.
I have made a codepen sample to show the problem.
Just run the sample and press the scroll to button.
https://codepen.io/olafxso/pen/eYNydPR
After that you will see it scrolls to row ‘15 jelly bean’. (it is know the last visible row in the table)
Then sort the column Calories by clicking on the column header.
The hit the button again. You will see it scrolls to row ‘51 Ice cream sandwhich’
Well I would like to know how to scrollto row 15 after sorting a table column.
Thanks for any idea’s!