From fdf772adf4d00a19c69f85461d0b20495ad08ccf Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 8 Sep 2021 09:00:37 +0800 Subject: [PATCH] fix: table checkStrictly --- components/table/demo/expand-children.vue | 13 ++++++++----- components/table/hooks/useSelection.tsx | 10 +++++++--- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/components/table/demo/expand-children.vue b/components/table/demo/expand-children.vue index a285f13b7..66ab99658 100644 --- a/components/table/demo/expand-children.vue +++ b/components/table/demo/expand-children.vue @@ -10,21 +10,23 @@ title: 表格支持树形数据的展示,当数据中有 `children` 字段时会自动展示为树形表格,如果不需要或配置为其他字段可以用 `childrenColumnName` 进行配置。 可以通过设置 `indentSize` 以控制每一层的缩进宽度。 -> 注:暂不支持父子数据递归关联选择。 ## en-US Display tree structure data in Table when there is field key `children` in dataSource, try to customize `childrenColumnName` property to avoid tree table structure. You can control the indent width by setting `indentSize`. -> Note, no support for recursive selection of tree structure data table yet.