see inline

On Tue, Jun 30, 2009 at 5:10 PM, Ashish Agarwal
<[email protected]>wrote:

>
> Hello friends,
>
>  1)   Please help me how can I set the cell spacing and cell padding
> in google.visualization.Table.


You can not set the style of the entire table but only of cells, rows etc -
see cssClassNames option here
http://code.google.com/apis/visualization/documentation/gallery/table.html#Configuration_Options

>
>
>  2)  I am using the pagination on dataTable. The buttons used for
> next and previous page are coming far away from the dataTable itself.
> Is there any property through which I can set these buttons near to my
> table? As, at present it is taking lot of extra space.


This is not configurable by the table but we will consider adding this
option.
In the mean while you can easily implement your own paging with custom
buttons and layout.
Just draw a table with as many rows as you like and add two buttons.
A google.visualization.DataView will make it very simple.


>
> Thanks
> Ashish Agarwal
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to