The problem I'm having is that the buttons are disabled if your data has the same number of rows as you've given for the page size. I guess I could just fake it, and put my own buttons down there.
But surely I must be missing something. I looked at TableQueryWrapper, but I haven't been able to get it to work. The best I've gotten out of that so far is "Uncaught Error: Missing query for request id: undefined". I think there's insufficient documentation on that for me to be able to implement it correctly. I got this Chart example working: https://developers.google.com/chart/interactive/docs/php_example using my data and using Table instead of Chart, so maybe I can cobble something together from that. On Wednesday, November 4, 2015 at 7:44:52 AM UTC-6, Daniel LaLiberte wrote: > > @daleg, check out the pagingButtons option: > https://developers.google.com/chart/interactive/docs/gallery/table > You'll have to compute the number of pages you'll need if you want the > page number controls, or you can just display the next and prev page > buttons. > > > -- > Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> > - 978-394-1058 > [email protected] <javascript:> 5CC, Cambridge MA > [email protected] <javascript:> 9 Juniper Ridge Road, Acton MA > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/615501e2-802a-467a-a01a-1191746641e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
