Skip to content

Commit 98f5cbc

Browse files
committed
doc refine
1 parent c82de7c commit 98f5cbc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGE-LOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ V2.19.0
1212
### Breaking Changes
1313

1414
- 修改表格右键菜单的非中文文字,将开头小写字母转大写字母
15-
- 表格右键菜单功能,移除回调函数`callback({type, selection})` 使用`afterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes })`替代 [详情]
15+
- 表格右键菜单功能,移除回调函数`callback({type, selection})` 使用`afterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes })`替代 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/contextmenu)
1616

1717
### Feature
1818

19-
- 添加多列选择功能 [详情]
20-
- 添加多行选择功能 [详情]
19+
- 添加多列选择功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
20+
- 添加多行选择功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
2121
- 单元格选择功能,添加表头和列指示器效果 [详情]
2222
- 单元格选择功能,添加区域选择实例方法`setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })` [详情]
2323
- 单元格选择功能,添加单元格全选实例方法`setAllCellSelection()` [详情]
2424
- 表格 header 添加右键菜单功能 [详情]
25+
- 表格 body 右键菜单功能增强 [详情]
2526
- 表格 body 右键菜单功能添加回调方法 `beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })` [详情]
2627
- 右键菜单组件添加`hideContextmenu()`实例方法
2728
- 添加主题变量

examples/src/docs/en/ve-table/cell-selection/explain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::tip
2-
1、You can select cells in batch like Excel<br>
2+
1、You can select multiple rows, multiple columns, select all and other features like Excel<br>
33
2、It is very convenient to cooperate with the cell editing<br>
44
3、The `rowKeyFieldName` property needs to be specified<br>
55
4、When cell selection enable, text selection is disabled:`user-select:none`

examples/src/docs/zh/ve-table/cell-selection/explain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::tip
2-
1、你可以像 excel 那样,批量选择单元格<br>
2+
1、你可以像 excel 那样,多行选择、多列选择、全选等功能<br>
33
2、配合单元格编辑功能非常方便<br>
44
3、需要指定 `rowKeyFieldName` 属性<br>
55
4、开启了单元格选择,会禁用文本选择即`user-select:none`

0 commit comments

Comments
 (0)