The Table visualization doesn't use any row properties.  You have to set 
the style property for each cell in the row.

On Wednesday, November 21, 2012 9:50:43 PM UTC-5, David Villasmil wrote:
>
> Hello,
>
> I've got a data table woring ok.
>
> But now I'm trying to set the background for a specific row with:
>
> data.setRowProperty(item.row+1, 'style', 'background-color: red;');
>
> It0s not doing anything, but this:
>
> data.setProperty(item.row+1, 0, 'style', 'background-color: red;');
>
> works fine...
>
> anyone knows why?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/C9DcI386-GQJ.
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.

Reply via email to