qt-public-ui
Version:
新设计规范下业务组件库
12 lines (11 loc) • 691 B
Markdown
## Retention
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| dataSource | 数据数组 | object[] | [] |
| data | 数据数组,兼容老接口 | object[] | [] |
| timeUnit | 时间单元 | 'day' \| 'week' \| 'month' | 'day' |
| type | 显示数值/百分比 | 'value' \| 'rate' | 'value' |
| extraCols | 拓展表格列的配置描述 | [ColumnType<T>](https://ant.design/components/table-cn/#Column) | [] |
| onCellClick | 单元格属性 | (record: T, column: ColumnProps, rowIndex: number, e: React.MouseEvent) => {} | - |
| className | 样式名称 | string | - |
| ...tableProps | 继承Antd Table Props | TableProps | https://ant.design/components/table-cn/#API |