setColumnWidth

sets the width of the specified column

void setColumnWidth(id id,number width);
ididthe column id
widthnumberthe width in pixels

Example

dtable.setColumnWidth("title", 300);

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 library and page of html5 datatable product.