There is no way to set the width of a column in the API. You can use
javascript to find your header columns and set widths on them, you just
need to perform the search in a "ready" event handler for the table to
ensure that the table is done drawing.
google.visualization.events.addListener(myTable, 'ready', function () {
// find table headers and set widths on them
});
On Wednesday, May 22, 2013 3:05:53 AM UTC-4, Gopi Krishna Dasarathula wrote:
>
> Hi,
>
> Please let me know how to set header column width of the google
> visualization table.
>
> Thanks,
> Gopi
>
--
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.