API Reference > ui-components > Table > FieldFilterDescriptor FieldFilterDescriptor Interface Represents the field filter descriptor of a column filter descriptor. Extends FilterDescriptor Methods Name Description addFieldValue(fieldValue: any, operator: FilterOperator, isCaseSensitive?: boolean): void Adds the field value. removeFieldValue(fieldValue: any, operator: FilterOperator): boolean Removes the field value. tryFindDescriptor(fieldValue: any, operator: FilterOperator): undefined | FilterDescriptor Tries to find descriptor. Inherited methods Name Inherited from Description clear(): void FilterDescriptor Clears the filter descriptor and sets it to inactive. evaluateRow(row: RowItem): boolean FilterDescriptor Evaluates a row for filtering. getFilterExpression(): string FilterDescriptor Returns filter as ECExpression. isFilterForColumn(columnKey: string): boolean FilterDescriptor Determines if this filter is for a particular column. Properties Name Type Description filterDescriptorCollection OperatorValueFilterDescriptorCollection Gets the filter descriptors. logicalOperator FilterCompositionLogicalOperator Gets or sets the logical operator. Inherited properties Name Type Inherited from Description isActive boolean FilterDescriptor Gets a value indicating whether this filter is active. Defined in ui/components/src/ui-components/table/columnfiltering/ColumnFiltering.ts Line 165 Last Updated: 11 June, 2024