Skip to content

Commit cca4267

Browse files
committed
add doc
1 parent b9a8270 commit cca4267

File tree

2 files changed

+10
-0
lines changed
  • examples/src/docs

2 files changed

+10
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,11 @@ export const db = {
583583
desc: `Set range cell selection <a href='#/en/doc/table/cell-selection?anchor=range-cell-selection-instance-method'>Refer To Demo</a>`,
584584
param: "{ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell }",
585585
},
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: "-",
590+
},
586591
],
587592
columns: columnsType2,
588593
},

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,11 @@ export const db = {
577577
desc: `区域单元格选中 <a href='#/zh/doc/table/cell-selection?anchor=qu-yu-xuan-ze-shi-li-fang-fa'>参考示例</a>`,
578578
param: "{ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell }",
579579
},
580+
{
581+
name: "getRangeCellSelection",
582+
desc: `获取当前选择区域的信息。返回所选区域索引和key信息`,
583+
param: "-",
584+
},
580585
],
581586
columns: columnsType2,
582587
},

0 commit comments

Comments
 (0)