> ## 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 検索

> YiDA の Filter2 検索コンポーネントのリファレンスです。フィルター項目の設定、データソースのバインド、検索イベントについて解説し、リストページの条件フィルター領域を効率的に構築する方法を紹介します。

## 使用シーン

## コンポーネント例

## コンポーネント属性

| 属性             | 説明                                              | タイプ                                                                 | デフォルト      |
| -------------- | ----------------------------------------------- | ------------------------------------------------------------------- | ---------- |
| `config`       | フィルター項目の設定                                      | [FilterConfig\[\]](/ja/open/yida/components/interface#filterconfig) | `[]`       |
| `createForm`   | 作成ノード                                           | `boolean`                                                           | `true`     |
| `labelAlign`   | タイトルの位置                                         | `'left' \| 'top'`                                                   | `'top'`    |
| `labelColSpan` | タイトルの幅。1 は 1/24 を表します                           | `number`                                                            | `4`        |
| `rowColumn`    | 1 行あたりの列数                                       | `number`                                                            | `3`        |
| `showTag`      | タグ分離モード。ドラッグして追加した選択系コンポーネントは自動的に別領域にレンダリングされます | `boolean`                                                           | `true`     |
| `size`         | フォームコンポーネントのサイズ                                 | [Size](/ja/open/yida/components/interface#size)                     | `'medium'` |
