From ee3869e1af258b9277f2a8e8e2b7fc7116aaf233 Mon Sep 17 00:00:00 2001 From: izbz wh <731215820@qq.com> Date: Fri, 30 Oct 2020 14:01:49 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20getCellClassName=20API=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 0153b12..e3760a1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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