Skip to content

Commit 6d1be7e

Browse files
committed
refine doc
1 parent 62f0951 commit 6d1be7e

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ export const db = {
586586
{
587587
name: "getRangeCellSelection",
588588
desc: `Get the information of the range selection. Returns the indexes and key information of the selected region`,
589-
param: "-",
589+
param: "{selectionRangeKeys,selectionRangeIndexes}",
590590
},
591591
],
592592
columns: columnsType2,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export const db = {
580580
{
581581
name: "getRangeCellSelection",
582582
desc: `获取当前选择区域的信息。返回所选区域索引和key信息`,
583-
param: "-",
583+
param: "{selectionRangeKeys,selectionRangeIndexes}",
584584
},
585585
],
586586
columns: columnsType2,

0 commit comments

Comments
 (0)