Hi i would like to bold the text in a table using setColumnProperty,
can this be done ?
i expected to be able to do somehting like this
data.setColumnProperties(1, {style: 'font-style:bold; font-size:
22px;'});
i am populating the table like this
data.addRows([
['Mon 12th',"Mick","11","Alan","22",true,'attention.gif','1'],
['Mon 13th',"John","11","Alan","22",false,'attention.gif','2']
]);
I know you can do it by setCell but i would like to be able to do the
whole column at once
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
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
-~----------~----~----~----~------~----~------~--~---