The DataView is likely preserving the row property just fine; the problem is that Table visualizations (which is what I assume you are using) do not accept row-level properties - they only use properties set on individual cells.
On Saturday, April 27, 2013 9:54:04 PM UTC-4, Vikas NV wrote: > > Hi, > > I have a data table in which i set a property to a row using > setRowProperty; basically add a class which changes the background color to > red. > But after I create a data view from above said data table and create a > table chart I do not see the red back ground rows. > > Am I doing something wrong here? > > Thanks, > Vikas > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
