Hi,

The table does NOT need to load on startup!
What loads on startup is the html code.
What makes the table draw is only the javascript command: table.draw()
assuming of course table is the name of your javascript variable holding the
instance of google.visualization.Table
Anyway, if you call this draw() command ONLY when a certain submit button is
pushed, and not on startup, then i think your problems are solved.
If not, please explain why and attach your updated code, and I'll take a
look

- V.

On Sun, Mar 15, 2009 at 9:35 AM, [email protected]
<[email protected]>wrote:

>
> Ok ill try to explain. Please its very important to me if u help me
> out.
>
> Now, when i load a gadget, all the tabs inside load
> immediately&simultaneously. As you can see from the code above, im
> drawing a visualization table inside one tab. The query for this table
> comes from a spreadsheet.
>
> Alright, now i have a few spreadsheets. I want a tab which has a drop
> down box. On selecting one option, the respective table should load.
>
> Now, my problem is, since all tabs and hence the table load on gadget
> startup, the table loads before the drop down option is selected.
> Please help me out.
> i saw ur last post. could u make changes in the code to tell me what u
> mean exactly. if it isnt too much troble. would mean the world.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to