options.setHeight("400px");
options.setWidth("400px");
// create the treegrid, with data and options
//treegrid = new TreeGrid(dataTable, options);
treegrid = new TreeGrid(data, options);
RootPanel.get("mytreegrid").add(treegrid);
}
};
// Load the visualization api, passing the onLoadCallback to be called