adjusts the width of a column to make all its content visible
adjustColumnWidth(rowId: string | number, adjust?: "data" | "header" | "footer" | boolean): void;
Parameters:rowId: string | number
- the id of a columnadjust: string | boolean
- optional, the mode of adjusting a column ("data" | "header" | "footer" | boolean)Example
grid.adjustColumnWidth("b", "header");
If no value is set to the adjust
parameter, the adjustColumnWidth()
method sets it to true.
Related API: adjust
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4