# Component/ColumnViewController 테이블의 컬럼을 보이지 않게 숨기거나 왼쪽에 고정시킬 수 있고, 순서를 변경할 수 있습니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `columns` | `TableColumnViewType[]` | Yes | | columns의 모든 width가 필수값이어야 함 | | `onChange` | `(columns: TableColumnViewType[]) => 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 | '목록 정보' | |