Angular Common Types - grids - ColumnHeaderFilterSearchConfig
Configures the header filter's search.
import { ColumnHeaderFilterSearchConfig } from "devextreme/common/grids"
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'
searchExpr
Specifies a data object's field name or an expression whose value is compared to the search string.