> ## 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 查询

> Filter2 查询组件参考文档，详解筛选项配置、数据源绑定与查询事件等属性，用于快速搭建列表页的条件筛选区域。

## 何时使用

## 组件示例

<iframe src="https://www.aliwork.com/developer/filter-v2?isRenderNav=false" width="100%" height="480" frameBorder="0" />

## 组件属性

| 属性             | 说明                              | 类型                                                                  | 默认值        |
| -------------- | ------------------------------- | ------------------------------------------------------------------- | ---------- |
| `config`       | 筛选项配置                           | [FilterConfig\[\]](/zh/open/yida/components/interface#filterconfig) | `[]`       |
| `createForm`   | 创建节点                            | `boolean`                                                           | `true`     |
| `labelAlign`   | 标题位置                            | `'left' \| 'top'`                                                   | `'top'`    |
| `labelColSpan` | 标题宽度，1代表1/24                    | `number`                                                            | `4`        |
| `rowColumn`    | 每行列数                            | `number`                                                            | `3`        |
| `showTag`      | 标签隔离模式，拖入的Pickable会自动另起单独的区域来呈现 | `boolean`                                                           | `true`     |
| `size`         | 表单组件尺寸                          | [Size](/zh/open/yida/components/interface#size)                     | `'medium'` |
