Skip to content

Commit 2d6431e

Browse files
committed
refactor: Update README.md
1 parent e174226 commit 2d6431e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ More demo to visit [here](https://dwqs.github.io/v2-table).
103103
| Event Name | Description | Parameters |
104104
| :--: | :--: | :--: |
105105
| 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 |
106-
| updateScrollbar | update the scrollbar config for the table | isReset |
106+
| updateScrollbar | update the scrollbar config for the table | isReset(whether reset scrollbar, default value is false) |
107107

108108
### Table Slot
109109

README_CN.md

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

106106
### Table Slot
107107

0 commit comments

Comments
 (0)