Hi, I'm using a Google spreadsheet (large) as the data source for a table. Google's "Table Query Wrapper Example" (http://code.google.com/ apis/visualization/documentation/examples.html#querywrapper) does nearly everything that I need, and I like the fact that the results are "paged" so a response comes back fast even if the spreadsheet has many rows.
However, I was wondering if there is a way to report to the user the size of the total result set? Or another way to say it might be, how many pages of results there are. I tried plugging in this.currentDataTable.getNumberOfRows(), but it just returns how many rows are in the page currently displayed, NOT the whole result set. Thanks, Bee -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
