Commit 10a98cf9 authored by Jefferyne's avatar Jefferyne

Updates 前端组件/Grid.md

Auto commit by GitBook Editor
parent c8ca7352
......@@ -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 | |
用法:
......
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