Use the #getValue or #getFormattedValue methods:
var rows = data2.getFilteredRows([{column: 0, value: country}]);
var value;
for (var i = 0; i < rows.length; i++) {
value = data2.getValue(rows[i], <column index>);
// do something with value
}
On Friday, September 20, 2013 8:42:11 AM UTC-4, Amit jadhav wrote:
>
>
> i filtered the values from the data2 arrayToDataTable object on select even
> now i want to read the values form the new data2 object means on the
> values that are filtered in the rows
>
>
> var rows = data2.getFilteredRows([{column: 0, value: country}]);
>
--
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.