Skip to content

setColumnWidth

sets the width of the specified column

function setColumnWidth(
// the column id
id: id,
// the width in pixels
width: number
): void
dgrid.setColumnWidth("title", 300);

Articles