Skip to content

Commit e5b8e3e

Browse files
committed
Update contextmenu-types.md
1 parent 6d1be7e commit e5b8e3e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ You can choose and combine these contextmenu
44

55
header contextmenus
66

7-
| Feature | type |
8-
| :-------------------- | :------------------- |
9-
| Split line | `SEPARATOR` |
10-
| Cut | `CUT` |
11-
| Copy | `COPY` |
12-
| Empty column | `EMPTY_COLUMN` |
13-
| left fixed column to | `leftFixedColumnTo` |
14-
| right fixed column to | `rightFixedColumnTo` |
7+
| Feature | type |
8+
| :--------------------------- | :----------------------------- |
9+
| Split line | `SEPARATOR` |
10+
| Cut | `CUT` |
11+
| Copy | `COPY` |
12+
| Empty column | `EMPTY_COLUMN` |
13+
| left fixed column to | `LEFT_FIXED_COLUMN_TO` |
14+
| right fixed column to | `RIGHT_FIXED_COLUMN_TO` |
15+
| Cancel left fixed column to | `CANCEL_LEFT_FIXED_COLUMN_TO` |
16+
| Cancel right fixed column to | `CANCEL_RIGHT_FIXED_COLUMN_TO` |
1517

1618
body contextmenus
1719

0 commit comments

Comments
 (0)