Commit 20acc0ca authored by Jefferyne's avatar Jefferyne

Updates 前端组件/Grid.md

Auto commit by GitBook Editor
parent 3c30895f
......@@ -326,10 +326,10 @@ function editor(){
#### **messages**子标签
| 属性 | 类型 |
| --- | --- |
| commands | Object |
| noRecords | String |
| 属性 | 类型 | 描述 |
| :--- | :--- | :--- |
| commands | Object | 显示命令按钮的文本,主要用于本地化 |
| noRecords | String | 定义没有数据时的视图 |
用法:
......@@ -343,9 +343,9 @@ function editor(){
#### **noRecords**子标签
| 属性 | 类型 |
| --- | --- |
| template | String & Function |
| 属性 | 类型 | 描述 |
| :--- | :--- | :--- |
| template | String & Function | 当前视图无记录时的展示 |
用法:
......@@ -358,9 +358,9 @@ function editor(){
#### **scrollable**子标签
| 属性 | 类型 |
| --- | --- |
| virtual | Boolean |
| 属性名 | 类型 | 描述 |
| :--- | :--- | :--- |
| virtual | String | 显示单页数据 |
用法:
......@@ -372,10 +372,10 @@ function editor(){
#### **sortable**子标签
| 属性 | 类型 |
| --- | --- |
| allowUnsort | Boolean |
| mode | String |
| 属性 | 类型 | 描述 |
| :--- | :--- | :--- |
| allowUnsort | Boolean | 设置单行或者多行排序 |
| mode | String | 设置单行或者多行排序 |
用法:
......@@ -387,11 +387,11 @@ function editor(){
#### **toolbar**子标签
| 属性 | 类型 |
| --- | --- |
| name | String |
| template | String & Function |
| text | String |
| 属性 | 类型 | 描述 |
| :--- | :--- | :--- |
| name | String | 名字 |
| template | String & Function | 按钮展示模板 |
| text | String | 设置名称 |
```javascript
function template(){
......
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