# Component/ColumnViewController

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `columns` | `TableColumnViewType<T>[]` | Yes |  | columns의 모든 width가 필수값이어야 함 |
| `onChange` | `(columns: TableColumnViewType<T>[]) => void` | Yes |  |  |
| `width` | `number | undefined` | No | 200 |  |
| `canFixed` | `boolean | undefined` | No | true | 고정 column 변경 기능 사용 여부 |
| `maxFixedCount` | `number | undefined` | No |  |  |
| `pullsFixed` | `boolean | undefined` | No | false | 고정 column을 별도로 끌어서 사용할 지 여부 |
| `noFixedItemsText` | `string | undefined` | No | '고정 정보가 없습니다.' |  |
| `fixedSectionTitle` | `string | undefined` | No | '고정 정보' |  |
| `listSectionTitle` | `string | undefined` | No | '목록 정보' |  |
