DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

HeaderFilter

Configures the header filter feature.

import { HeaderFilter } from "devextreme/common/grids"

allowSearch Deprecated

Specifies whether searching is enabled in the header filter.

Type:

Boolean

Default Value: false

height

Specifies the height of the popup menu that contains values for filtering.

Type:

Number

Default Value: 325, 315 (Material)

searchTimeout Deprecated

Specifies a delay in milliseconds between when a user finishes typing in the header filter's search panel, and when the search is executed.

Type:

Number

Default Value: 500

texts

Contains properties that specify text for various elements of the popup menu.

Type:

Object

visible

Specifies whether header filter icons are visible.

Type:

Boolean

Default Value: false

width

Specifies the width of the popup menu that contains values for filtering.

Type:

Number

Default Value: 252