Skip to content

Commit

Permalink
doc: event argument
Browse files Browse the repository at this point in the history
  • Loading branch information
RiESAEX committed Apr 6, 2022
1 parent 5db8b60 commit 6114401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/table/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ app.use(FTable);
| 事件名称 | 说明 | 回调参数 |
| ---------------- | -------------------------------------------- | ------------------------------- |
| cellClick | 当某个单元格被点击时会触发该事件 | ({row, column, cellValue, event})=> void |
| expandChange | 当用户对某一行展开或者关闭的时候会触发该事件 | ({ row })=> void |
| expandChange | 当用户对某一行展开或者关闭的时候会触发该事件 | ({ row, expanded })=> void |
| headerClick | 当某一列的表头被点击时会触发该事件 | ({column, event}) => void |
| rowClick | 当某一行被点击时会触发该事件 | ({row, event}) => void |
| select | 当用户手动勾选数据行的 Checkbox 时触发的事件 | ({ selection, row, checked})=> void |
Expand Down

0 comments on commit 6114401

Please sign in to comment.