Crossposting this open StackOverflow question, how to pass Google DataTable objects from Java to Javascript, and vice versa?
http://stackoverflow.com/questions/9302314/passing-a-datatable-object-from-javascript-to-java/9459227#9459227 It seems it would be be a common task, but find references in this group and elsewhere that it might not be so simple: * DataTable objects in Java and Javascript are not parallel, * The JsonRenderer.renderDataTable(..) method in Java produces non- standard Json .. can this be parsed in Javascript? * Is there a converse of JsonRenderer that consumes a standard JSON string produced by Javascript and creates a Java DataTable? * Even the object passed back by query.send(...) can't be passed directly to the Javascript DataTable constructor Does one need to write a JavaObject that directly corresponds to the Javascript DataTable? Might that have been done? -- 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.
