The select event for the table kills the event bubbling of the click event, so the hyperlink does not register a click event. If you want to override that behavior, you will have to implement your own click events on the table rows. The rows don't contain any reference to the data, though, so it can be problematic to determine what data the row corresponds to.
On Friday, June 28, 2013 2:29:38 PM UTC-4, Manuel Bernal wrote: > > I have the same problem, I'm going mad looking for a solution on the > internet. > > Did you find any solution? > > Regards, > Manuel > > El jueves, 14 de junio de 2012 11:06:03 UTC+1, Balamurugan Kalia escribió: >> >> Hi. >> >> I have a Table chart in which I have implemented a listener for Table >> Select event. I also have a column which has html with a link based on the >> content. >> When I click on the link, the link is not executed instead the Table >> select event is executed. If I remove the event listener, the hyper link >> gets executed. >> >> Is there a way to have the link execute while the select event listener >> is active? >> >> Regards, >> Bala. >> >> -- 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/groups/opt_out.
