> > Daniel, > I found another place from the same page where another table of data is being generated. It IS successfully showing the data row. The only difference I can see is that we do not format any of the data in the data row. Could this have something to do with it?
P.S. Still not able to make the jsfiddle fail... <table style="width:90.0%;margin-left:2.0%"> <tr><td><span id="view:_id1:include2:computedField1" style="margin-left:%" class="RegularVerdana8"><html> <head> <script type='text/javascript' src ='https://www.google.com/jsapi'></script> <script type='text/javascript'> google.load('visualization', '1', {packages:['table' ]});google.setOnLoadCallback(drawTable);function drawTable() {var data = new google.visualization.DataTable();data.addColumn('string', '<div style="text-align:center;vertical-align:center"><b>Knowledge Category</b></div>');data.addColumn('string', '<div style="text-align:center;vertical-align:center"><b>Knowledge Subject Matter</b></div>');data.addColumn('string', '<div style="text-align:center;vertical-align:center"><b>Knowledge Assessment</b></div>');data.addRows([['Basel/Credit/Regulatory Reform/ERM','Basel/CCAR Capital Mgmt - Basel Counterparty Credit Risk','Participated in audits on the subject']]);var table = new google.visualization.Table(document.getElementById('table_div'));table.draw(data, {showRowNumber: true, allowHtml: true, cssClassNames: {headerRow: 'TableHeader', tableRow: 'RegularVerdana8', oddTableRow: 'RegularVerdana8'}});} </script> </head> <body> <div id='table_div'></div> </body> </html></span></ td> </tr> </table> -- 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.
