Commit 6b91a02b authored by Jefferyne's avatar Jefferyne

Updates 前端组件/DataSource.md

Auto commit by GitBook Editor
parent 9233c533
...@@ -152,15 +152,15 @@ ...@@ -152,15 +152,15 @@
| 属性名 | 类型 | 描述 | | 属性名 | 类型 | 描述 |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| name | String | | | name | String | 名字 |
| defaultValue | Object | | | defaultValue | Object | 默认值 |
| editable | Boolean | | | editable | Boolean | 是否可编辑 |
| nullable | Boolean | | | nullable | Boolean | |
| parse | Function | | | parse | Function | 设为推送式 |
| type | String | | | type | String | 类型 |
| from | String | | | from | String | |
| checkedValue | String | | | checkedValue | String | 为true设为选中 |
| uncheckedValue | String | | | uncheckedValue | String | 为true设为没选中 |
```xml ```xml
<h:schema data="rows" total="total" errors="schemaError"> <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