We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7d42d commit 91a7242Copy full SHA for 91a7242
docs/document-component/src/document/zh-CN/components/table.md
@@ -1013,7 +1013,7 @@ export default {
1013
1014
### <div id="tableColumn"></div>
1015
1016
-::: title Table 数据
+::: title TableColumns
1017
:::
1018
1019
::: table
@@ -1036,6 +1036,8 @@ export default {
1036
| resize | 单元格列宽拖动 | `boolean` | `false` | `true` `false` | `1.9.4` |
1037
| hide | 默认是否隐藏 | `boolean` | `false` | `true` `false` | `1.9.4` |
1038
| ignoreExport | 忽略导出 | `boolean` | `false` | `true` `false` | `2.10.0` |
1039
+| totalRow | 开启统计(传`number` `string`则直接展示) | `boolean` `string` `number` | `false` | | |
1040
+| totalRowMethod | 自定义统计 | `function` 参数{column, dataSource } | | | |
1041
1042
1043
0 commit comments