diff --git a/examples/docs/en-US/table.md b/examples/docs/en-US/table.md index 52573628b53..8d1c42e5a62 100644 --- a/examples/docs/en-US/table.md +++ b/examples/docs/en-US/table.md @@ -1332,7 +1332,7 @@ When the row content is too long and you do not want to display the horizontal s ### Tree data and lazy mode -:::demo You can display tree structure data. When using it, the prop `row-key` is required. Also, child row data can be loaded asynchronously. Set `lazy` property of Table to true and the function `load`. Specify `hasChildren` attribute in row to determine which row contains children. +:::demo You can display tree structure data. When row contains the `children` field, it is treated as nested data. For rendering nested data, the prop `row-key` is required。Also, child row data can be loaded asynchronously. Set `lazy` property of Table to true and the function `load`. Specify `hasChildren` attribute in row to determine which row contains children. Both `children` and `hasChildren` can be configured via `tree-props`. ```html