Check documentation for the latest version of dhtmlxSuite setWidth DHTMLX Docs

setWidth

sets cell width

void setWidth(number width);
widthnumbercell width

Example

myLayout.cells(id).setWidth(200);

Back to top