Skip to content

Commit

Permalink
docs: update getCellHeaderTreeNodes api
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jan 2, 2024
1 parent e38133a commit 1385cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/api/en/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
/**
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/api/zh/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ setRecords(records: Array<any>, sort?: SortState | SortState[]) //** 基本表

## getCellHeaderTreeNodes(Function)

根据行列号获取表头tree节点,包含了用户在自定义树rowTree及columnTree树上的自定义属性(也是内部布局树的节点,获取后请不要随意修改)
根据行列号获取表头tree节点,包含了用户在自定义树rowTree及columnTree树上的自定义属性(也是内部布局树的节点,获取后请不要随意修改)。一般情况下用getCellHeaderPaths即可。

```
/**
Expand Down

0 comments on commit 1385cd3

Please sign in to comment.