Commit 67ac088a authored by Jefferyne's avatar Jefferyne

Updates 前端组件/Grid.md

Auto commit by GitBook Editor
parent 18530bc6
...@@ -72,21 +72,21 @@ ...@@ -72,21 +72,21 @@
| dataBound | Function | 数据加载完之后触发 | | dataBound | Function | 数据加载完之后触发 |
| detailCollapse | Function | 折叠表行时触发 | | detailCollapse | Function | 折叠表行时触发 |
| detailExpand | Function | 展开表行时触发 | | detailExpand | Function | 展开表行时触发 |
| detailInit | Function | | | detailInit | Function | 表行初始化时触发 |
| edit | Function | | | edit | Function | 编辑时触发 |
| excelExport | Function | | | excelExport | Function | excel导出 |
| filter | Function | | | filter | Function | 过滤 |
| group | Function | | | group | Function | 分组 |
| page | Function | | | page | Function | 分页 |
| pdfExport | Function | | | pdfExport | Function | pdf导出 |
| filterMenuInit | Function | | | filterMenuInit | Function | 第一次打开筛选器时触发 |
| remove | Function | | | remove | Function | 点击删除按钮触发 |
| save | Function | | | save | Function | 点击保存时触发 |
| saveChanges | Function | | | saveChanges | Function | 点击保存时触发 |
| sort | Function | | | sort | Function | 排序 |
| columnLock | Function | | | columnLock | Function | 锁定列时触发 |
| columnUnlock | Function | | | columnUnlock | Function | 接触列锁定触发 |
| navigate | Function | | | navigate | Function | 开启导航栏 |
用法示例: 用法示例:
...@@ -118,16 +118,16 @@ function rowTemplate(){ ...@@ -118,16 +118,16 @@ function rowTemplate(){
#### **子标签** #### **子标签**
| 属性名 | 类型 | | 属性名 | 类型 | 描述 |
| --- | --- | | :--- | :--- | :--- |
| allowCopy | Object | | allowCopy | Object | |
| columns | Array | | columns | Array | |
| columnMenu | Object | | columnMenu | Object | |
| editable | Object | | editable | Object | |
| messages | Object | | messages | Object | |
| scrollable | Object | | scrollable | Object | |
| sortable | Object | | sortable | Object | |
| toolbar | Array | | toolbar | Array | |
#### **allowCopy**子标签 #### **allowCopy**子标签
......
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