From 1385cd3e45cba00eb0da64f649927201331fc66d Mon Sep 17 00:00:00 2001 From: fangsmile <892739385@qq.com> Date: Tue, 2 Jan 2024 20:29:59 +0800 Subject: [PATCH] docs: update getCellHeaderTreeNodes api --- docs/assets/api/en/methods.md | 2 +- docs/assets/api/zh/methods.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/api/en/methods.md b/docs/assets/api/en/methods.md index b5e5e3041..7d99cf5ea 100644 --- a/docs/assets/api/en/methods.md +++ b/docs/assets/api/en/methods.md @@ -421,7 +421,7 @@ Get the path to the row list header ## getCellHeaderTreeNodes(Function) -Obtain the header tree node based on the row and column number, which includes the user's custom attributes on the custom tree rowTree and columnTree trees (it is also the node of the internal layout tree, please do not modify it at will after obtaining it) +Obtain the header tree node based on the row and column number, which includes the user's custom attributes on the custom tree rowTree and columnTree trees (it is also the node of the internal layout tree, please do not modify it at will after obtaining it).Under normal circumstances, just use getCellHeaderPaths. ``` /** diff --git a/docs/assets/api/zh/methods.md b/docs/assets/api/zh/methods.md index 399ea7e5b..674308dc4 100644 --- a/docs/assets/api/zh/methods.md +++ b/docs/assets/api/zh/methods.md @@ -412,7 +412,7 @@ setRecords(records: Array, sort?: SortState | SortState[]) //** 基本表 ## getCellHeaderTreeNodes(Function) -根据行列号获取表头tree节点,包含了用户在自定义树rowTree及columnTree树上的自定义属性(也是内部布局树的节点,获取后请不要随意修改) +根据行列号获取表头tree节点,包含了用户在自定义树rowTree及columnTree树上的自定义属性(也是内部布局树的节点,获取后请不要随意修改)。一般情况下用getCellHeaderPaths即可。 ``` /**