更新0502示例描述

This commit is contained in:
梁才军 2019-04-23 13:46:13 +08:00
parent e23e64046e
commit 22ae3b1ff6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/**
*
* @title 单元格编辑
* @description 可以对单元格进行编辑的表格示例中给出输入框+必填校验下拉框编辑模式以及输入模式的必填校验
* @description 可以对单元格进行编辑的表格示例中给出输入框+必填校验下拉框编辑模式以及输入模式的必填校验通过对 coloums 配置 render 属性实现渲染不同格式的编辑态单元格
*
*/
import React, { Component } from "react";