From 2a0df99975d79889fe48655bbe1df3984efa1058 Mon Sep 17 00:00:00 2001 From: jonyshi Date: Mon, 14 May 2018 11:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db9af86..39f3ce1 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ class Demo extends Component { |fixed| 当表水平滚动时,此列将被固定:true或'left'或'right'| true/'left'/'right'|-| |render|cell的render函数有三个参数:这个单元格的文本,这行的记录,这行的索引,它返回一个对象:{children:value,props:{colSpan:1,rowSpan:1}} ==>'children'是这个单元格的文本,props是这个单元格的一些设置|-| |onCellClick|单击列的单元格时调用|Function(row, event)|-| +|onHeadCellClick|单击表头的单元格时调用|Function(row, event)|row 当前行的数据| + + ## mixin