Documentation

setRowHeight

sets the height of the specified row

void setRowHeight(id id,number height);

Parameters

ididthe row id
heightnumberthe height in pixels

See also

Example

dtable.setRowHeight("r1", 300);

Back to top