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/-/UcfjSJkOKAsJ. 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.
