Skip to content

Commit 62025e2

Browse files
committed
Update contextmenu-types.md
1 parent e5b8e3e commit 62025e2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

examples/src/docs/zh/ve-table/contextmenu/contextmenu-types.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
header 右键菜单清单
44

5-
| 功能 | 类型 |
6-
| :------------- | :------------------- |
7-
| 分割线 | `SEPARATOR` |
8-
| 剪切 | `CUT` |
9-
| 拷贝 | `COPY` |
10-
| 清空列 | `EMPTY_COLUMN` |
11-
| 左列冻结至该列 | `leftFixedColumnTo` |
12-
| 右列冻结至该列 | `rightFixedColumnTo` |
5+
| 功能 | 类型 |
6+
| :----------------- | :----------------------------- |
7+
| 分割线 | `SEPARATOR` |
8+
| 剪切 | `CUT` |
9+
| 拷贝 | `COPY` |
10+
| 清空列 | `EMPTY_COLUMN` |
11+
| 左列冻结至该列 | `LEFT_FIXED_COLUMN_TO` |
12+
| 右列冻结至该列 | `RIGHT_FIXED_COLUMN_TO` |
13+
| 取消左列冻结至该列 | `CANCEL_LEFT_FIXED_COLUMN_TO` |
14+
| 取消右列冻结至该列 | `CANCEL_RIGHT_FIXED_COLUMN_TO` |
1315

1416
body 右键菜单清单
1517

0 commit comments

Comments
 (0)