You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/src/docs/en/ve-table/api/db.js
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -485,12 +485,17 @@ export const db = {
485
485
data: [
486
486
{
487
487
name: "scrollTo",
488
-
desc: `Scrolls the table to the specified position`,
488
+
desc: `Scrolls the table to the specified position <a href='#/en/doc/table/instance-methods?anchor=scrollto'>Refer To Demo</a>`,
489
489
param: "Refer to <a href='https://developer.mozilla.org/zh-CN/docs/Web/API/Element/scrollTo'> MDN scrollTo</a>",
490
490
},
491
491
{
492
492
name: "scrollToRowKey",
493
-
desc: `Scroll the table to the location of the row key`,
493
+
desc: `Scroll the table to the column position <a href='#/en/doc/table/instance-methods?anchor=scrolltocolkey-column-scroll-method'>Refer To Demo</a>`,
494
+
param: "{rowKey}",
495
+
},
496
+
{
497
+
name: "scrollToRowKey",
498
+
desc: `Scroll the table to the location of the row key <a href='#/en/doc/table/instance-methods?anchor=scrolltorowkey'>Refer To Demo</a>`,
0 commit comments