GridFilterOptions

Options for managing the Grid Filter in AdapTable

TypeScript
export interface

Properties

PropertyDescriptionDefault
availableFilterEditorsWhich 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']

Property Value

GridFilterEditors