We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0951 commit 6d1be7eCopy full SHA for 6d1be7e
examples/src/docs/en/ve-table/api/db.js
@@ -586,7 +586,7 @@ export const db = {
586
{
587
name: "getRangeCellSelection",
588
desc: `Get the information of the range selection. Returns the indexes and key information of the selected region`,
589
- param: "-",
+ param: "{selectionRangeKeys,selectionRangeIndexes}",
590
},
591
],
592
columns: columnsType2,
examples/src/docs/zh/ve-table/api/db.js
@@ -580,7 +580,7 @@ export const db = {
580
581
582
desc: `获取当前选择区域的信息。返回所选区域索引和key信息`,
583
584
585
0 commit comments