tr.add(removeCell);
rowGroup.add(tr);
final TableRow tr2 = rowGroup.newTableRow();
final TableCell tc2 = tr2.newTableDataCell();
tc2.addStyleName("random");
tc2.add(new Label("Something " + Math.random()));
//tc2.add(makeMenuBar());
tc2.setColSpan(3);