Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenhao
hel-developer-guide
Commits
b29e442e
Commit
b29e442e
authored
Aug 02, 2017
by
Jefferyne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 前端组件/DataSource.md
Auto commit by GitBook Editor
parent
6b91a02b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
DataSource.md
前端组件/DataSource.md
+11
-11
No files found.
前端组件/DataSource.md
View file @
b29e442e
...
...
@@ -159,7 +159,7 @@
| parse | Function | 设为推送式 |
| type | String | 类型 |
| from | String | |
| checkedValue | String |
为true设为选中 |
| checkedValue | String | 为true设为选中 |
| uncheckedValue | String | 为true设为没选中 |
```
xml
...
...
@@ -184,19 +184,19 @@
*
validation
| 属性名 | 类型 |
|
--- |
--- |
| required | Boolean |
| max | Integer |
| min | Integer |
| 属性名 | 类型 |
描述 |
|
:--- | :--- | :
--- |
| required | Boolean |
设为必填 |
| max | Integer |
设最大 |
| min | Integer |
设最小 |
### **sort**
| 属性名 | 类型 |
|
--- |
--- |
| dir | String |
| field | String |
| compare | function |
| 属性名 | 类型 |
描述 |
|
:--- | :--- | :
--- |
| dir | String |
分为升序或者降序 |
| field | String |
字段的id |
| compare | function |
比较事件 |
```
xml
<h:dataSource
id=
"gridDataSource"
batch=
"true"
pageSize=
"10"
serverPaging=
"true"
serverSorting=
"true"
error=
"requestError"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment