Tree (계층) 모드
tree mode — getChildren으로 자식 추출, defaultExpandedIds로 초기 펼침 상태.
| 항목 | 종류 | 상태 |
|---|---|---|
| Proposal of Project | 📁 폴더 | |
| Gathering of idea | 📁 폴더 | |
| Define project objective | · 작업 | Done |
| Brainstorming | · 작업 | Done |
| Think my idea | · 작업 | In Progress |
| Complete proposal of individual idea | · 작업 | In Progress |
| Have a idea appraisal | · 작업 | To Do |
| Make the decision in a management meeting | · 작업 | To Do |
| Market research | 📁 폴더 | |
| Writing Proposal | 📁 폴더 | |
| Planning | 📁 폴더 | |
| Design | 📁 폴더 |
API
GridProps
| Property | Type | 기본값 | 설명 |
|---|---|---|---|
| tree | boolean | false | Tree(계층) 모드 활성 |
| getChildren | (row) => TRow[] | undefined | - | tree=true 시 자식 추출 함수 (필수) |
| defaultExpandedIds | 'all' | 'none' | (string | number)[] | 'none' | 초기 펼침 상태 |