Hierarchy

  • HeaderColumn

Properties

Specifies column header alignment.

className: null | string

Specifies CSS class names to apply to column headers. See the Help documentation for more information.

filterable: null | string

Specifies whether filtering is enabled on the column headers. See the Help documentation for more information.

freezable: string

Allows freeze/unfreeze on columns.

hidable: string

Allows hide/unhide on columns.

Specifies attributes on the column header labels.

renderer: null

A function that returns column header content. The function takes a context argument, provided by the datagrid. See the Help documentation for more information.

Specifies resizing options along the column headers.

sortable: null | string

Specifies whether sorting is enabled on the column headers. See the Help documentation for more information.

style: null | string

Specifies inline style to add to the column headers. See the Help documentation for more information.

Generated using TypeDoc