GridFilterOptions
Options for managing the Grid Filter in AdapTable
TypeScript
export interfaceProperties
| Property | Type | Description | Default |
|---|---|---|---|
| availableFilterEditors | GridFilterEditors | Which UI Components can be used to edit a Grid Filter: Expression Editor, Query Builder (or both) | ['ExpressionEditor', 'QueryBuilder'] |
Property Details
availableFilterEditors
Which UI Components can be used to edit a Grid Filter: Expression Editor, Query Builder (or both)
TypeScript
availableFilterEditors?: GridFilterEditors;Default Value
['ExpressionEditor', 'QueryBuilder']