Emitted when the Apply button is clicked (if showApplyButton is true)
Emitted when the Clear button is clicked
Configuration options
Whether the component is disabled
Available fields to filter on
Current filter state (Kendo-compatible CompositeFilterDescriptor)
Emitted when the filter changes
Whether there are any active filters
Internal filter state
Whether the filter summary is expanded (visible)
Merged configuration
Whether to show the natural language filter summary at the bottom
Get the count of active filter rules
Generate HTML-formatted summary of the filter expression with syntax highlighting
A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.
The changed properties.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
Handle Apply button click
Handle Clear button click
Toggle the filter summary visibility
FilterBuilderComponent - Main filter builder component
Provides a complete UI for building complex filter expressions with AND/OR logic and nested groups. Outputs Kendo-compatible CompositeFilterDescriptor JSON format.
Example