Am I able to change the background color of only one column header in a google visualization table that has multiple columns.
The documentation here shows how to change the entire header row by setting a class name to style in CSS
, but unless I'm missing something I don't see how to target a specific column header.
Here is the suggestion for formatting the entire hearder row:
var cssClassNames = {headerRow: 'bigAndBoldClass',
hoverTableRow: 'highlightClass'};