Skip to content

Commit

Permalink
docs: refix overscrollBehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jul 25, 2024
1 parent de997e1 commit 0d57c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/option/en/common/option-secondary.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Table scrolling behavior, can be set: 'auto'|'none', the default value is 'auto'

```
'auto': Trigger the browser's default behavior when the table scrolls to the top or bottom;
'none': triggers the browser's default behavior when the table scrolls to the top or bottom;
'none': don't triggers the browser's default behavior when the table scrolls to the top or bottom;
```

#${prefix} customMergeCell(Function)
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/option/zh/common/option-secondary.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ html 目前实现较完整,先默认使用 html 渲染方式。目前暂不支

```
'auto': 表格滚动到顶部或者底部时,触发浏览器默认行为;
'none': 表格滚动到顶部或者底部时, 触发浏览器默认行为;
'none': 表格滚动到顶部或者底部时, 禁止触发浏览器默认行为;
```

#${prefix} customMergeCell(Function)
Expand Down

0 comments on commit 0d57c51

Please sign in to comment.