FilterTemplateProps

Defines the props passed to a custom filter template component in the Data Grid. Used to customize the filter UI for individual columns by providing column-specific metadata. Enables dynamic rendering of filter controls based on column configuration.

Props

The following table outlines the props for the FilterTemplateProps:

NameTypeDefaultDescription
column
-

Provides the column configuration associated with the filter template. Includes metadata such as field, headerText, and filter settings used to render the custom filter UI.