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
Spencer Chang
hel-developer-guide
Commits
10a98cf9
Commit
10a98cf9
authored
Aug 02, 2017
by
Jefferyne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 前端组件/Grid.md
Auto commit by GitBook Editor
parent
c8ca7352
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
33 deletions
+32
-33
Grid.md
前端组件/Grid.md
+32
-33
No files found.
前端组件/Grid.md
View file @
10a98cf9
...
...
@@ -177,12 +177,12 @@ function rowTemplate(){
| 属性 | 类型 | 描述 |
| :--- | :--- | :--- |
| cell | Object | |
| dataSource | Function | |
| itemTemplate | Function | |
| operators | Object | |
| search | Boolean | |
| ui | Object | |
| cell | Object |
设置为行时头单元格的选项
|
| dataSource | Function |
数据源
|
| itemTemplate | Function |
允许制定逻辑
|
| operators | Object |
单元格过滤默认运算符
|
| search | Boolean |
查询
|
| ui | Object |
ui
|
**attributes**
用法:
...
...
@@ -260,12 +260,12 @@ function editor(){
#### **ColumnMenu**子标签
| 属性 | 类型 |
|
--- |
--- |
| columns | Boolean |
| filterable | Boolean |
| sortable | Boolean |
| messages | Object |
| 属性 | 类型 |
描述 |
|
:--- | :--- | :
--- |
| columns | Boolean |
列 |
| filterable | Boolean |
允许过滤 |
| sortable | Boolean |
允许排序 |
| messages | Object |
消息内容 |
用法:
...
...
@@ -279,16 +279,15 @@ function editor(){
#### **editable**子标签
| 属性 | 类型 |
| --- | --- |
| confirmation | Object |
| cancelDelete | String |
| confirmDelete | String |
| createAt | String |
| destroy | Boolean |
| mode | String |
| template | String & Function |
| update | Boolean |
| 属性 | 类型 | 描述 |
| :--- | :--- | :--- |
| confirmation | Object | 执行销毁命令时弹出提示框 |
| cancelDelete | String | 执行销毁命令时的提示框用于取消 |
| confirmDelete | String | 执行销毁命令提示框用于确定 |
| destroy | Boolean | 设置删除数据项 |
| mode | String | 设置编辑模式 |
| template | String & Function | 弹出编辑器的模板 |
| update | Boolean | 设为true可以编辑数据项 |
用法:
...
...
@@ -302,17 +301,17 @@ function editor(){
#### **pageable**子标签
| 属性 | 类型 |
|
--- |
--- |
| pageSize | Integer |
| previousNext | Boolean |
| numeric | Boolean |
| buttonCount | Integer |
| input | Boolean |
| pageSizes | Boolean & Array |
| refresh | Boolean |
| info | Boolean |
| messages | Object |
| 属性 | 类型 |
描述 |
|
:--- | :--- | :
--- |
| pageSize | Integer |
|
| previousNext | Boolean |
|
| numeric | Boolean |
|
| buttonCount | Integer |
|
| input | Boolean |
|
| pageSizes | Boolean & Array |
|
| refresh | Boolean |
|
| info | Boolean |
|
| messages | Object |
|
用法:
...
...
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