Hi Nicolas. There is no option to remove the header from the table. However, you can do it in the following simple way: Define a css class which has *display: none*. When you create the table, use the option key cssClassNames with the value
{headerRow: 'my_css_class'}
This will cause the table's header to have this css class instead of the
default class and since the display is none, this would not be visible.
Have a look at a similar example here:
http://code.google.com/apis/visualization/documentation/examples.html#custom_table_example
.
The table configuration options are described here:
http://code.google.com/apis/visualization/documentation/gallery/table.html#Configuration_Options
Hope this helps,
Viz Kid.
On Sun, Jan 17, 2010 at 10:03 AM, Nicolas ANDRE <[email protected]> wrote:
> Hello again
>
> I would like now to remove the header row from the table. there is any
> possibility to do that ?
> Thank you
>
>
> On Thu, Nov 26, 2009 at 3:04 PM, Pegasusrjf <[email protected]> wrote:
>
>> Your welcome.
>>
>> I noticed your original response was direct to my e-mail, not to the
>> group which is why it didn't show up here.
>>
>> On Nov 26, 8:39 am, BBP <[email protected]> wrote:
>> > Ok
>> >
>> > My message was that puting &hearders=1 as your recommanded solve the
>> > problem.
>> >
>> > Thank you again
>> >
>> > On Nov 26, 1:28 pm, Pegasusrjf <[email protected]> wrote:
>> >
>> >
>> >
>> > > I don't know why your reply isn't here about the headers=1 fixing the
>> > > issue, but you asked in the e-mail where I found that option the
>> > > documentation.
>> >
>> > >http://code.google.com/apis/visualization/documentation/spreadsheets..
>> ..
>> >
>> > > This provides some basic documentation information on using a
>> > > spreadsheet as a datasource.
>>
>> --
>>
>> 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]<google-visualization-api%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-visualization-api?hl=en.
>>
>>
>>
>
>
> --
> Nicolas ANDRE
> BBP
>
> www.bbp-project.com
>
> 30 rue Saint Augustin
> 75002 Paris
>
> Tel : + 33 1 77 32 01 77
> Fax : +33 1 79 73 13 91
> Mob : +33 6 72 14 70 01
>
> --
> 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]<google-visualization-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>
-- 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.
