Jump to a specific row programmatically
Jump to a specific row programmatically
HagayM
Posts: 1Questions: 1Answers: 0
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.
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