Re: [visualization-api] Method to select paging buttons

2013-04-11 Thread Peter
Thank you! This works perfectly. On Thursday, April 11, 2013 9:30:51 AM UTC-7, Daniel LaLiberte wrote: > > There is not a method that will do that, but you can program it yourself > fairly easily. What you generally need to do is set the "startPage" option > and draw() the table again. An ex

Re: [visualization-api] Method to select paging buttons

2013-04-11 Thread Daniel LaLiberte
There is not a method that will do that, but you can program it yourself fairly easily. What you generally need to do is set the "startPage" option and draw() the table again. An example that does this is here: http://jsfiddle.net/dlaliberte/mbSdV/ Which defines this function: function

[visualization-api] Method to select paging buttons

2013-04-11 Thread Peter
I am using a Table chart and I want to programmatically select the next and previous page. Is there a method I can use to hit "prev" or "next"? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and sto