Angular Common Types - grids - HeaderFilterSearchConfig
Configures the header filter's search functionality.
import { HeaderFilterSearchConfig } from "devextreme/common/grids"
Type:
editorOptions
Configures the search box.
Type:
any
Default Value: {}
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'