• Skip to primary navigation
  • Skip to main content
pythonGrid

pythonGrid

Datagrid for Python Web Frameworks

  • Home
  • Docs
  • Demo
  • Download
    • GitHub
    • Source (.zip)
  • Contact

set_col_hidden()

pythongridstg · April 28, 2020 ·

  • Parameter(s):
    • col_name: Column name
    • new_title: Display title in the grid column header
  • Description:
    • Change data grid column header text from the default data field name to a more user-friendly name
  • Remark:
    • The default column header text is the database table data field name

Example:

grid.set_col_hidden(['customerNumber, logTime, shippedDate, requiredDate'])

docs docs, hide column

 

Stay in touch!

Notify me when new features are released.

pythonGrid

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

Copyright © 2021 · pythonGrid | privacy policy

  • Home
  • Docs
  • Demo
  • Download
  • Contact