Skip to content

Commit 13d6d9b

Browse files
author
huangshuwei
committed
refine doc
1 parent 704ce9d commit 13d6d9b

File tree

2 files changed

+3
-3
lines changed
  • examples/src/docs

2 files changed

+3
-3
lines changed

examples/src/docs/en/ve-table/api/db.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ export const db = {
607607
param: "scrolling",
608608
desc: `滚动回调事件。`,
609609
type:
610-
"Function({scrollStartIndex,visibleStartIndex,visibleEndIndex,visibleAboveCount,visibleBelowCount})",
610+
"Function({startRowIndex,visibleStartIndex,visibleEndIndex,visibleAboveCount,visibleBelowCount})",
611611
optionalVal: "-",
612-
default: "42"
612+
default: "-"
613613
}
614614
/* {
615615
param: "bufferScale",

examples/src/docs/zh/ve-table/api/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ export const db = {
599599
desc: `滚动回调事件。`,
600600
type: "Function({startRowIndex,visibleStartIndex,visibleEndIndex,visibleAboveCount,visibleBelowCount})",
601601
optionalVal: "-",
602-
default: "42"
602+
default: "-"
603603
}
604604
/* {
605605
param: "bufferScale",

0 commit comments

Comments
 (0)