Jump to a specific row programmatically

Jump to a specific row programmatically

HagayMHagayM Posts: 1Questions: 1Answers: 0

What method to use in order to paginate to a specific page that contains a row with a specific index?

Answers

  • allanallan Posts: 63,818Questions: 1Answers: 10,517 Site admin

    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

This discussion has been closed.