From 06e7ff00642af57d376e1d49d43b7747ef438c99 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Sat, 7 Sep 2024 08:53:20 +0900 Subject: [PATCH] Update TreeColumn.md --- packages/docs/api/js/column_types/TreeColumn.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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`