You can filter the DataTable/DataView used to draw the table to find the row index of the record, and then math out what page it is on in the table. If the table has been sorted, however, you will have to call the table's
getSortInfo method to map the DataTable row index with the display row index. Call the table's draw method, passing in the page of the record as the "startPage" option to navigate to the appropriate page.