I don't really understand the question. The table visualization is displayed only after you call draw(). The data it displays is controlled by the passed DataTable, which you have full control of. If it's created by you, just put what ever you want in it. If it's created using a Query<http://code.google.com/apis/visualization/documentation/reference.html#Query>, you have a query language<http://code.google.com/apis/visualization/documentation/querylanguage.html>which supports filtering.
HTH. On Wed, Dec 8, 2010 at 9:24 AM, Johnathon Taylor < [email protected]> wrote: > Hi All, > > This should be a really straight forward one but I can't seem to > achieve it without having an inpack on basic functionalit. > > what I want to do is load a basic data table that can be filtered > using visulations API. I folloowed the code pretty much like for like > from the example in the google code playground. > > What I want to do now is not to have the initail table draw until an > iption is selected. > > I really want one data table in a google spreadsheet and a series of > front ends for diffirent parts of the business, and I dont want each > area having to see all the data, > > So either dont load the table when the page loads m, or even better > load the filter results. > > (eg. Area A,B,C are in the data table but I only want to see results > for records relating to A ) > > Many Thanks for any help with this ! > > -- > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- 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.
