From a32eaa640b449cf4aa500289d8d70c8fa28ee87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20treeTable=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/treeTable/detail/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/treeTable/detail/options.md b/docs/treeTable/detail/options.md index c52c5349..5e3842f9 100644 --- a/docs/treeTable/detail/options.md +++ b/docs/treeTable/detail/options.md @@ -103,7 +103,7 @@ treeTable.render({ | --- | --- | --- | --- | | isSimpleData | 是否简单数据模式 | boolean | `false` | | rootPid | 用于设置根节点的 `pid` 属性值 | string | `null` | -| cascade | 用于设置复选的级联方式。支持以下可选值:
all
: 所有节点联动parent
: 仅对父节点联动children
: 仅对子节点联动all
: 所有节点联动parent
: 仅对父节点联动children
: 仅对子节点联动none
2.8.16+ : 不做任何联动