Skip to content

Commit

Permalink
Update TreeColumn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Sep 6, 2024
1 parent 14d449c commit 06e7ff0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/docs/api/js/column_types/TreeColumn.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ This is an array of path indicating the hierarchy. The path must contain an elem

Example:

| Node | `code` | `path` Value |
| :---------- | :----- | :----------------- |
| Grandparent | `'g'` | `['g']` |
| ├ Parent | `'p'` | `['g', 'p']` |
| │└ Child1 | `'c1'` | `['g', 'p', 'c1']` |
| └ Child2 | `'c2'` | `['g', 'c2']` |
| Node | `code` | `path` Value |
| :------------ | :----- | :----------------- |
| `Grandparent` | `'g'` | `['g']` |
| `├ Parent` | `'p'` | `['g', 'p']` |
| `│└ Child1` | `'c1'` | `['g', 'p', 'c1']` |
| `└ Child2` | `'c2'` | `['g', 'c2']` |

### `nodeType`

Expand Down

0 comments on commit 06e7ff0

Please sign in to comment.