React Common Types - grids - HeaderFilterSearchConfig
Configures the header filter's search functionality.
import { HeaderFilterSearchConfig } from "devextreme/common/grids"
Type:
editorOptions
Type:
any
Default Value: {}
shortDescription
Configures the search box.
See the TextBox Configuration topic for information about properties you can specify in this object.
Angular
NOTE
The nested component that configures the editorOptions property does not support event bindings and two-way property bindings.
Vue
NOTE
The nested component that configures the editorOptions property does not support event bindings and two-way property bindings.
mode
Specifies a comparison operation used to search header filter values.
Type:
Default Value: 'contains'