- Parameters:
- col_name: column name
- width: width
- Description:
- Specify column width in pixels. The width should be an integer value.
- Remark:
- pythonGrid will automatically resize the column width based on its content during page load. Users can also double-click a column divider to resize a column.
Example:
grid.set_col_width('comments', 600)