> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Filter2 Query

> Reference for the Filter2 Query component. Covers filter item configuration, data source binding, and query events for quickly building the condition filter area on list pages.

## When to Use

## Component Example

## Component Properties

| Attribute      | Description                                                                                      | Type                                                             | Default    |
| -------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ---------- |
| `config`       | Filter item configuration                                                                        | [FilterConfig\[\]](/open/yida/components/interface#filterconfig) | `[]`       |
| `createForm`   | Create node                                                                                      | `boolean`                                                        | `true`     |
| `labelAlign`   | Title location                                                                                   | `'left' \| 'top'`                                                | `'top'`    |
| `labelColSpan` | Title width, where 1 represents 1/24                                                             | `number`                                                         | `4`        |
| `rowColumn`    | Columns per record                                                                               | `number`                                                         | `3`        |
| `showTag`      | Tag isolation mode. Pickable components dragged in are rendered in a separate area automatically | `boolean`                                                        | `true`     |
| `size`         | Form component size                                                                              | [Size](/open/yida/components/interface#size)                     | `'medium'` |
