Skip to content

Commit 65f7b76

Browse files
Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b4bc3f7 commit 65f7b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ React.render(<Table columns={columns} data={data} />, mountNode);
123123

124124
#### scrollTo
125125

126-
Table 组件暴露 `scrollTo` 方法用于滚动到指定位置:
126+
Table component exposes `scrollTo` method to scroll to a specific position:
127127

128128
```js
129129
const tblRef = useRef();

0 commit comments

Comments
 (0)