function drawTable() {
     var pageSize = 20;  
     var cssClassNames = {'headerRow': 'goog-visualization-table-tr-head',
                 'tableRow': 'google-visualization-table-tr-even', 
'oddTableRow': 'google-visualization-table-tr-odd', 
                 'tableCell':'google-visualization-table-td', 
'selectedTableRow':'google-visualization-table-tr-sel'}; 
        var options = {'showRowNumber': false, 'allowHtml': true, 
'cssClassNames': cssClassNames}; 
        var data = new google.visualization.DataTable();
        options['page'] = 'enable';
        options['sort'] = 'enable';
        options['pageSize'] = pageSize; 

*        options['pagingButtonsConfiguration'] = 'auto';*
........


Now with the new version of Google Visualization API the page numbers 
buttons doesn't appear.

Any solution, please?

Many thanks!

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to