adjustColumnWidth()
adjusts the width of a column to make all its content visible
adjustColumnWidth(colId: string | number, adjust?: string | boolean): void;
Parameters:
colId: string | number
- the id of a columnadjust: string | boolean
- optional, the mode of adjusting a column ("header", "data", true). If no value is set to the parameter, the method sets it to true.
Example
treegrid.adjustColumnWidth("b", "header");