You can assign CSS class names to <td> elements by setting the "className" property of the corresponding DataTable cell. There is no way in the API to add an ID to <td>'s or add ID's or classes to <tr> elements. You will have to parse your Table visualization and add them manually.
On Tuesday, February 19, 2013 6:34:32 AM UTC-5, Marco Cinque wrote: > > And how can i assign unique ID to each <tr> ? > > Il giorno martedì 19 febbraio 2013 12:27:37 UTC+1, Marco Cinque ha scritto: >> >> Hi! how can i set a unique id and assign a specific class for the <td> >> when i create rows with the data.addRow() method? >> >> >> thank you! >> > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
