• Skip to primary navigation
  • Skip to main content
pythonGrid

pythonGrid

Datagrid for Python Web Frameworks

  • Home
  • Docs
  • Demo
  • Download
  • Contact

set_col_width()

pythongridstg · April 28, 2020 ·

  • 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)

docs column width, docs

pythonGrid

pythonGrid is a free and open-source datagrid library made for Python web framework

Copyright © 2025 · pythonGrid | privacy policy

  • Demo
  • Documentation
  • Download
  • T&C
  • EULA
  • Contact Us