提交rendertype文档
This commit is contained in:
parent
9c056474ca
commit
7f541c372e
|
@ -53,3 +53,6 @@
|
||||||
|
|
||||||
|
|
||||||
{% include "mixin.md"%}
|
{% include "mixin.md"%}
|
||||||
|
|
||||||
|
|
||||||
|
{% include "rendertype.md"%}
|
|
@ -1 +0,0 @@
|
||||||
# editType
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
## rendertype
|
||||||
|
在表格中提供了多种rendertype可以供选择,比如下拉框,单选框,复选框,日期等
|
||||||
|
|
||||||
|
### InputRender
|
||||||
|
输入框类型render
|
||||||
|
|
||||||
|
#### 配置
|
||||||
|
| 参数 | 说明 | 类型 | 默认值 |
|
||||||
|
| -------------- | -------------- | -------- | ----- |
|
||||||
|
| value | render的值 | string | 无 |
|
||||||
|
| isclickTrigger | 是否使用点击触发编辑状态 | boolean | false |
|
||||||
|
| onChange | 当值发生改变的时候触发的方法 | Function | 无 |
|
||||||
|
|
Loading…
Reference in New Issue