table.setCellPadding(1);
table.setDataQuery(queryA);
/* create table header rows */
GridRow tableHeader = new GridRow();
tableHeader.addCell(new com.googlecode.g2re.html.GridCell(new RawHTML("Name")));
tableHeader.addCell(new com.googlecode.g2re.html.GridCell(new RawHTML("Description")));
tableHeader.addCell(new com.googlecode.g2re.html.GridCell(new RawHTML("City")));
tableHeader.addCell(new com.googlecode.g2re.html.GridCell(new RawHTML("State")));
tableHeader.addCell(new com.googlecode.g2re.html.GridCell(new RawHTML("Zip")));
tableHeader.addCell(new com.googlecode.g2re.html.GridCell(new RawHTML("Price")));