Tom, I don't know why formatting values would make a difference. Perhaps it is a coincidence, and the order of the tables makes a difference.
On Fri, Feb 20, 2015 at 1:20 PM, Tom Scott <[email protected]> wrote: > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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.
