docs: getCellClassName API说明

This commit is contained in:
izbz wh 2020-10-30 14:01:49 +08:00
parent 05d175a94f
commit ee3869e1af
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ import 'bee-table/build/Table.css';
| cellMenu | 渲染单元格内操作按钮 | object | - |
| style | 该列的样式严格按照react的样式书写规则即对象内每一个属性的键为小写驼峰式值为字符串 | object | - |
| sumRender | 自定义合计render函数 | func(value) | - |
|getCellClassName|自定义单元格样式| func(record,index,column) record当前行数据index:行索引column当前列索引|-|
#### [v2.2.x新增] cellMenu