Skip to content

FilterConfig

Since v1.7.1

Angular-specific filter config that allows an Angular component class as the plugin-level filterPanelRenderer.

Extends the core FilterConfig to accept a Type<FilterPanel> for filterPanelRenderer in addition to the vanilla (container, params) => void signature. Bridging to vanilla DOM is handled by the side-effect import @toolbox-web/grid-angular/features/filtering.

Re-exported from the feature entry under the same name as the core type so Angular consumers see a single canonical FilterConfig from @toolbox-web/grid-angular/features/filtering.

type FilterConfig = Omit<CoreFilterConfig<TRow>, "filterPanelRenderer"> & object
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt