Hi Team ,
TableRow row = table.getRows().get(0);
row.isHeader(true);
row.setHeight(20); //It is minimum height size
if cell has huge data ,all words are not visible . How to change the height's size .
Thanks in advance
row.setHeightType(TableRowHeightType.Auto);