Jump to a specific row programmatically
Jump to a specific row programmatically

What method to use in order to paginate to a specific page that contains a row with a specific index?
This discussion has been closed.
What method to use in order to paginate to a specific page that contains a row with a specific index?
Answers
Use the
page()
method. If you know the row display index, divide that by the number of rows per page and jump to that page.If you want to jump to a specific data point, this plug-in can do that.
Allan