From 22ae3b1ff63c696da48e8fa50c50c5cf542ea055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=89=8D=E5=86=9B?= Date: Tue, 23 Apr 2019 13:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B00502=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/demolist/Demo0502.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demolist/Demo0502.js b/demo/demolist/Demo0502.js index 8f31375..0d06f1c 100644 --- a/demo/demolist/Demo0502.js +++ b/demo/demolist/Demo0502.js @@ -1,7 +1,7 @@ /** * * @title 单元格编辑 - * @description 可以对单元格进行编辑的表格,示例中给出输入框+必填校验、下拉框编辑模式,以及输入模式的必填校验。 + * @description 可以对单元格进行编辑的表格,示例中给出输入框+必填校验、下拉框编辑模式,以及输入模式的必填校验。通过对 coloums 配置 render 属性实现渲染不同格式的编辑态单元格 * */ import React, { Component } from "react";