Documentation

setColumnWidth

sets the width of the specified column

void setColumnWidth(id id,number width);

Parameters

ididthe column id
widthnumberthe width in pixels

See also

Example

dtable.setColumnWidth("title", 300)

Back to top