Commit 6b91a02b authored by Jefferyne's avatar Jefferyne

Updates 前端组件/DataSource.md

Auto commit by GitBook Editor
parent 9233c533
......@@ -152,15 +152,15 @@
| 属性名 | 类型 | 描述 |
| :--- | :--- | :--- |
| name | String | |
| defaultValue | Object | |
| editable | Boolean | |
| name | String | 名字 |
| defaultValue | Object | 默认值 |
| editable | Boolean | 是否可编辑 |
| nullable | Boolean | |
| parse | Function | |
| type | String | |
| parse | Function | 设为推送式 |
| type | String | 类型 |
| from | String | |
| checkedValue | String | |
| uncheckedValue | String | |
| checkedValue | String | 为true设为选中 |
| uncheckedValue | String | 为true设为没选中 |
```xml
<h:schema data="rows" total="total" errors="schemaError">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment