|
|
|
@ -77,8 +77,8 @@ const columns = [{
|
|
|
|
|
| onChange | 分页、排序、筛选变化时触发 | Function(pagination, filters, sorter) | |
|
|
|
|
|
| onExpand | 点击展开图标时触发 | Function(expanded, record) | |
|
|
|
|
|
| onExpandedRowsChange | 展开的行变化时触发 | Function(expandedRows) | |
|
|
|
|
|
| onHeaderRow | 设置头部列属性 | Function(column, index) | - |
|
|
|
|
|
| onRow | 设置列属性 | Function(record, index) | - |
|
|
|
|
|
| onHeaderRow | 设置头部行属性 | Function(column, index) | - |
|
|
|
|
|
| onRow | 设置行属性 | Function(record, index) | - |
|
|
|
|
|
|
|
|
|
|
### Column
|
|
|
|
|
|
|
|
|
|