Hi All
I am drawing a table using google visualition api
I want to call back-end event on click of any cell of that
table.
I am using __PHP__ to populate data.
For example I have a table like
---------------------------------------------------------
| Name | Course |
---------------------------------------------------------
| John | B.E. |
---------------------------------------------------------
| Marko | M.Tec. |
--------------------------------------------------------
I want a functionality like if I click on john a php function
should be called and get which cell is clicked what is the value in
it
and show more details about particular cell. Suppose i clicked
on John so another data table should be populated showing
details like Name John , data of birth , address, grade in class
etc etc.
THANKS A LOT
--
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.