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<https://developers.google.com/chart/interactive/docs/gallery/table#Methods>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.
On Sunday, January 13, 2013 7:17:08 PM UTC-5, Shuhao wrote: > > Is there a way to find the current position of a record from > google.visualization.Table and switch that page? > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/CPu-xl5o524J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
