doc: update summary
parent
29e76b2382
commit
48c5165538
|
@ -106,6 +106,7 @@ Specify `dataSource` of Table as an array of data.
|
|||
| customFilterDropdown | Customized filter overlay,need set `column.customFilterDropdown` | v-slot:customFilterDropdown="[FilterDropdownProps](#FilterDropdownProps)" | - | 3.0 |
|
||||
| customFilterIcon | Customized filter icon | v-slot:customFilterIcon="{filtered, column}" | - | 3.0 |
|
||||
| emptyText | Customize the display content when empty data | v-slot:emptyText | - | 3.0 |
|
||||
| summary | Summary content | v-slot:summary | - | 3.0 |
|
||||
| transformCellText | The data can be changed again before rendering, generally used for the default configuration of empty data. You can configured globally through [ConfigProvider](/components/config-provider-cn/) | Function({ text, column, record, index }) => any, The `text` here is the data processed by other defined cell api, and it may be of type VNode \| string \| number | - | 1.5.4 | |
|
||||
|
||||
- `expandFixed`
|
||||
|
|
|
@ -112,6 +112,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/f-SbcX2Lx/Table.svg
|
|||
| customFilterDropdown | 自定义筛选菜单,需要配合 `column.customFilterDropdown` 使用 | v-slot:customFilterDropdown="[FilterDropdownProps](#FilterDropdownProps)" | - | 3.0 |
|
||||
| customFilterIcon | 自定义筛选图标 | v-slot:customFilterIcon="{filtered, column}" | - | 3.0 |
|
||||
| emptyText | 自定义空数据时的显示内容 | v-slot:emptyText | - | 3.0 |
|
||||
| summary | 总结栏 | v-slot:summary | - | 3.0 |
|
||||
| transformCellText | 数据渲染前可以再次改变,一般用于空数据的默认配置,可以通过 [ConfigProvider](/components/config-provider-cn/) 全局统一配置 | Function({ text, column, record, index }) => any,此处的 text 是经过其它定义单元格 api 处理后的数据,有可能是 VNode \| string \| number 类型 | - | 1.5.4 |
|
||||
|
||||
- `expandFixed`
|
||||
|
|
Loading…
Reference in New Issue