diff --git a/packages/docs/api/js/column_types/TreeColumn.md b/packages/docs/api/js/column_types/TreeColumn.md index 66ec47b6..28ed6051 100644 --- a/packages/docs/api/js/column_types/TreeColumn.md +++ b/packages/docs/api/js/column_types/TreeColumn.md @@ -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`