Skip to content

Commit

Permalink
Update grid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youngerheart committed Apr 22, 2016
1 parent 65ada76 commit 2d93e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Grid 目前可用的属性如下:

Grid 目前支持的事件如下:

| Property | Description | params |
| ---- | ---- |
| 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 |
Expand Down

0 comments on commit 2d93e7f

Please sign in to comment.