Re: setRowProperties

47 views
Skip to first unread message

asgallant

unread,
Nov 22, 2012, 1:51:41 AM11/22/12
to google-visua...@googlegroups.com
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?

Reply all
Reply to author
Forward
0 new messages