Commit 10a98cf9 authored by Jefferyne's avatar Jefferyne

Updates 前端组件/Grid.md

Auto commit by GitBook Editor
parent c8ca7352
...@@ -177,12 +177,12 @@ function rowTemplate(){ ...@@ -177,12 +177,12 @@ function rowTemplate(){
| 属性 | 类型 | 描述 | | 属性 | 类型 | 描述 |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| cell | Object | | | cell | Object | 设置为行时头单元格的选项 |
| dataSource | Function | | | dataSource | Function | 数据源 |
| itemTemplate | Function | | | itemTemplate | Function | 允许制定逻辑 |
| operators | Object | | | operators | Object | 单元格过滤默认运算符 |
| search | Boolean | | | search | Boolean | 查询 |
| ui | Object | | | ui | Object | ui |
**attributes**用法: **attributes**用法:
...@@ -260,12 +260,12 @@ function editor(){ ...@@ -260,12 +260,12 @@ function editor(){
#### **ColumnMenu**子标签 #### **ColumnMenu**子标签
| 属性 | 类型 | | 属性 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| columns | Boolean | | columns | Boolean | 列 |
| filterable | Boolean | | filterable | Boolean | 允许过滤 |
| sortable | Boolean | | sortable | Boolean | 允许排序 |
| messages | Object | | messages | Object | 消息内容 |
用法: 用法:
...@@ -279,16 +279,15 @@ function editor(){ ...@@ -279,16 +279,15 @@ function editor(){
#### **editable**子标签 #### **editable**子标签
| 属性 | 类型 | | 属性 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| confirmation | Object | | confirmation | Object | 执行销毁命令时弹出提示框 |
| cancelDelete | String | | cancelDelete | String | 执行销毁命令时的提示框用于取消 |
| confirmDelete | String | | confirmDelete | String | 执行销毁命令提示框用于确定 |
| createAt | String | | destroy | Boolean | 设置删除数据项 |
| destroy | Boolean | | mode | String | 设置编辑模式 |
| mode | String | | template | String & Function | 弹出编辑器的模板 |
| template | String & Function | | update | Boolean | 设为true可以编辑数据项 |
| update | Boolean |
用法: 用法:
...@@ -302,17 +301,17 @@ function editor(){ ...@@ -302,17 +301,17 @@ function editor(){
#### **pageable**子标签 #### **pageable**子标签
| 属性 | 类型 | | 属性 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| pageSize | Integer | | pageSize | Integer | |
| previousNext | Boolean | | previousNext | Boolean | |
| numeric | Boolean | | numeric | Boolean | |
| buttonCount | Integer | | buttonCount | Integer | |
| input | Boolean | | input | Boolean | |
| pageSizes | Boolean & Array | | pageSizes | Boolean & Array | |
| refresh | Boolean | | refresh | Boolean | |
| info | Boolean | | info | Boolean | |
| messages | Object | | messages | Object | |
用法: 用法:
......
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