Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
refactor: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed May 17, 2018
1 parent e174226 commit 2d6431e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ More demo to visit [here](https://dwqs.github.io/v2-table).
| Event Name | Description | Parameters |
| :--: | :--: | :--: |
| toggleRowSelection | used in multiple selection Table, toggle if a certain row is selected. With the second parameter, you can directly set if this row is selected | row, selected |
| updateScrollbar | update the scrollbar config for the table | isReset |
| updateScrollbar | update the scrollbar config for the table | isReset(whether reset scrollbar, default value is false) |

### Table Slot

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Vue.use(V2Table)
| 事件名 | 描述 | 参数 |
| :--: | :--: | :--: |
| toggleRowSelection | 用于多选表格,切换某一行的选中状态,如果使用了第二个参数,则是设置这一行选中与否(selected 为 true 则选中) | row, selected |
| updateScrollbar | 更新 table 的 scrollbar 配置 | isReset |
| updateScrollbar | 更新 table 的 scrollbar 配置 | isReset(是否重置 scrollbar, 默认值是 false) |

### Table Slot

Expand Down

0 comments on commit 2d6431e

Please sign in to comment.