I am also using same but getting error
missing ;before Could you please help me
RowHandle row = (RowHandle) grid.getRows( ).get( 0 );
Then, to grab the first cell and put your table named "table" in it, you should be able to do something like the following:
CellHandle cell = (CellHandle) row.getCells( ).get( 0 ); cell.getContent( ).add(table);