Skip to content

Commit 6df77cc

Browse files
committed
add doc
1 parent a8304b1 commit 6df77cc

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
@@ -518,6 +518,11 @@ export const db = {
518518
desc: `Show columns <a href='#/en/doc/table/column-hidden?anchor=instance-methods'>Refer To Demo</a>`,
519519
param: "keys",
520520
},
521+
{
522+
name: "setCellSelection",
523+
desc: `Set cell selection <a href='#/en/doc/table/cell-selection?anchor=cell-selection-instance-method'>Refer To Demo</a>`,
524+
param: "{ rowKey, colKey }",
525+
},
521526
],
522527
columns: columnsType2,
523528
},

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,11 @@ export const db = {
524524
desc: `显示列 <a href='#/zh/doc/table/column-hidden?anchor=shi-li-fang-fa'>参考示例</a>`,
525525
param: "keys",
526526
},
527+
{
528+
name: "setCellSelection",
529+
desc: `单元格选中 <a href='#/zh/doc/table/cell-selection?anchor=dan-yuan-ge-xuan-zhong-shi-li-fang-fa'>参考示例</a>`,
530+
param: "{ rowKey, colKey }",
531+
},
527532
],
528533
columns: columnsType2,
529534
},

0 commit comments

Comments
 (0)