The documentation discusses methods for setSelection. To know what row to pass into setSelection, you could use getFilteredRows, which needs a column and criteria. That, or do a for loop on your dataTable by using i < data.getRows(), and data.getValue(0, i) and check if value is "a"
Do not quote me on any of the syntax here, check those methods in the documentation for exact syntax. -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/9c2cc998-fef7-4e7a-b589-53fa4f104b2c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
