Hi,

I used google chart visualization API to draw charts.My charts were working 
fine but recently i got a problem that table pagination doesn't work.But it 
was working perfectly last few moths but now pagination functionality 
doesn't work well.To draw a table i used google.visualization.ChartWrapper. 
Because of my report has many filters related to table.

var table = new google.visualization.ChartWrapper({   
       'chartType': 'Table',
       'containerId': 'table_results',
        'options': {allowHtml: true , showRowNumber: true, page: 'enable', 
pageSize: 20, pagingSymbols: {
            prev: 'prev',
            next: 'next'
        },'cssClassNames' : {headerRow: 'bigAndBoldClass'} ,
        pagingButtonsConfiguration: 'auto'},
        'view': {'columns': [0,1,2,3,4,5,6,7]},
        
      });

 var dashboard = new 
google.visualization.Dashboard(document.getElementById('dashboard'))
    
.bind([envFilter,statusFilter,typeFilter,buildFilter,planFilter,scriptFilter,fteFilter],
 
table)
    .draw(restData);


<https://lh3.googleusercontent.com/-LFmWLI9Y0J4/VdqooENOubI/AAAAAAAAAI0/aqSiNsVDZag/s1600/GoogleChartPaginationIssue.jpg>


Please let me know that what could be the reason for that.
Thanks. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-chart-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-chart-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to