Skip to content

setRowHeight

sets the height of the specified row

function setRowHeight(
// the row id
id: id,
// the height in pixels
height: number
): void
dgrid.setRowHeight("r1", 300);

Articles