Skip to content

Commit 2c1461f

Browse files
committed
refine doc
1 parent 22b15b5 commit 2c1461f

File tree

2 files changed

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

2 files changed

+11
-11
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -487,32 +487,32 @@ export const db = {
487487
param: "{rowKey}",
488488
},
489489
{
490-
name: "setHighlightRow",
490+
name: "setHighlightRow <code>v2.9.0</code>",
491491
desc: `Set highlight row <a href='#/en/doc/table/row-style?anchor=row-click-highlight'>Refer To Demo</a>`,
492492
param: "{rowKey}",
493493
},
494494
{
495-
name: "startEditingCell",
495+
name: "startEditingCell <code>v2.10.0</code>",
496496
desc: `Start cell editing <a href='#/en/doc/table/cell-edit?anchor=ke-kong-bian-ji'>Refer To Demo</a>`,
497497
param: "{rowKey,colKey,defaultValue}",
498498
},
499499
{
500-
name: "stopEditingCell",
500+
name: "stopEditingCell <code>v2.10.0</code>",
501501
desc: `Stop cell editing <a href='#/en/doc/table/cell-edit?anchor=ke-kong-bian-ji'>Refer To Demo</a>`,
502502
param: "{rowKey,colKey}",
503503
},
504504
{
505-
name: "stopAllEditingCell",
505+
name: "stopAllEditingCell <code>v2.10.0</code>",
506506
desc: `Stop all cell editing <a href='#/en/doc/table/cell-edit?anchor=ke-kong-bian-ji'>Refer To Demo</a>`,
507507
param: "-",
508508
},
509509
{
510-
name: "hideColumnsByKeys",
510+
name: "hideColumnsByKeys <code>v2.11.0</code>",
511511
desc: `Hide columns <a href='#/en/doc/table/column-hidden?anchor=instance-methods'>Refer To Demo</a>`,
512512
param: "keys",
513513
},
514514
{
515-
name: "showColumnsByKeys",
515+
name: "showColumnsByKeys <code>v2.11.0</code>",
516516
desc: `Show columns <a href='#/en/doc/table/column-hidden?anchor=instance-methods'>Refer To Demo</a>`,
517517
param: "keys",
518518
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,27 +498,27 @@ export const db = {
498498
param: "{rowKey}",
499499
},
500500
{
501-
name: "startEditingCell",
501+
name: "startEditingCell <code>v2.10.0</code>",
502502
desc: `开始单元格编辑 <a href='#/zh/doc/table/cell-edit?anchor=ke-kong-bian-ji'>参考示例</a>`,
503503
param: "{rowKey,colKey,defaultValue}",
504504
},
505505
{
506-
name: "stopEditingCell",
506+
name: "stopEditingCell <code>v2.10.0</code>",
507507
desc: `停止单元格编辑 <a href='#/zh/doc/table/cell-edit?anchor=ke-kong-bian-ji'>参考示例</a>`,
508508
param: "{rowKey,colKey}",
509509
},
510510
{
511-
name: "stopAllEditingCell",
511+
name: "stopAllEditingCell <code>v2.10.0</code>",
512512
desc: `停止所有单元格编辑 <a href='#/zh/doc/table/cell-edit?anchor=ke-kong-bian-ji'>参考示例</a>`,
513513
param: "-",
514514
},
515515
{
516-
name: "hideColumnsByKeys",
516+
name: "hideColumnsByKeys <code>v2.11.0</code>",
517517
desc: `隐藏列 <a href='#/zh/doc/table/column-hidden?anchor=shi-li-fang-fa'>参考示例</a>`,
518518
param: "keys",
519519
},
520520
{
521-
name: "showColumnsByKeys",
521+
name: "showColumnsByKeys <code>v2.11.0</code>",
522522
desc: `显示列 <a href='#/zh/doc/table/column-hidden?anchor=shi-li-fang-fa'>参考示例</a>`,
523523
param: "keys",
524524
},

0 commit comments

Comments
 (0)