The events you want work, but the "ready" event isn't firing because you 
are drawing the Table (and it fires the "ready" event) before the event 
handler is created.  The "sort" event is thrown only on the Table object 
itself - the ChartWrapper doesn't throw "sort" events.  Create a "ready" 
event handler for the wrapper, then call the #getChart method to get the 
wrapped Table and add an event listener on that: 
http://jsfiddle.net/asgallant/Ye98P/1/

On Thursday, May 15, 2014 3:21:20 PM UTC-4, HRansome wrote:
>
> The only event I seem to be able to get to work with a Table is the 
> 'select' event. Really want the 'sort' event though. Here's a fiddle:
>
> http://jsfiddle.net/siobahnv/Ye98P/
>
> 'select' will output to the console, but not 'sort' nor 'ready'.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to