Skip to content

Commit

Permalink
Merge pull request #34 from ElemeFE/youngerheart-patch-1-1
Browse files Browse the repository at this point in the history
文档显示修复
  • Loading branch information
furybean committed Apr 22, 2016
2 parents e048b10 + 2d93e7f commit 5b49ce2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ Grid 目前可用的属性如下:
# Grid 的事件

Grid 目前支持的事件如下:
| Property | Description |
| ---- | ---- |
| selection-change | 当 Grid 的选择修改的时候会触发该事件。 |
| cell-mouse-enter | 当 Grid 的单元格 hover 进入的时候会触发该事件。 |
| cell-mouse-leave | 当 Grid 的单元格 hover 退出的时候会触发该事件。 |
| cell-click | 当 Grid 的某个单元格被点击的时候会触发该事件。|

| Property | Description | Params |
| ---- | ---- | ---- |
| selection-change | 当 Grid 的选择修改的时候会触发该事件。 | selected |
| cell-mouse-enter | 当 Grid 的单元格 hover 进入的时候会触发该事件。 | row, column, cell, event |
| cell-mouse-leave | 当 Grid 的单元格 hover 退出的时候会触发该事件。 | row, column, cell, event |
| cell-click | 当 Grid 的某个单元格被点击的时候会触发该事件。| row, column, cell, event |

# Grid Column Properties

Expand Down

0 comments on commit 5b49ce2

Please sign in to comment.