I'm fairly certain that this is almost exactly what the page buttons do: redraw the table with the startPage option set to the new page number. You can fire the 'page' event by using google.visualization.events.trigger ( https://developers.google.com/chart/interactive/docs/reference#trigger).
On Thursday, April 12, 2012 3:05:41 PM UTC-4, Michael Neth wrote: > > So, it doesn't appear to be documented and I've exhausted searching this > forum... > > Is there a function I can call on my Table visualization to advance the > Page when the table is paged? > > The simple buttons at the bottom of the table just aren't cutting it, so I > built my own paging buttons and page # display. I'm redrawing the table > manually and updated the startPage option when doing this. This is super > hacky. It doesn't force the "page" eventListener to fire. There's got to be > an event I can fire to do "actual" paging right? How else would the > included buttons work? Anybody know? > -- 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/-/v5_kwiw-Md4J. 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.
