Skip to content

FilterConfig

Filter configuration widened to accept Vue render functions as filterPanelRenderer.

The filterPanelRenderer property accepts either:

  • The core imperative signature: (container: HTMLElement, params: FilterPanelParams) => void
  • A Vue render function: (params: FilterPanelParams) => VNode
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