File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ Right click the table area to view the effect
4545 {
4646 type: " REMOVE_ROW" ,
4747 },
48+ {
49+ type: " SEPARATOR" ,
50+ },
4851 {
4952 type: " HIDE_COLUMN" ,
5053 },
Original file line number Diff line number Diff line change 4545 {
4646 type: " REMOVE_ROW" ,
4747 },
48+ {
49+ type: " SEPARATOR" ,
50+ },
4851 {
4952 type: " HIDE_COLUMN" ,
5053 },
Original file line number Diff line number Diff line change 88| 在上方插入行 | ` INSERT_ROW_ABOVE ` |
99| 在下方插入行 | ` INSERT_ROW_BELOW ` |
1010| 移除该行 | ` REMOVE_ROW ` |
11- | 隐藏该行 | ` HIDE_COLUMN ` |
11+ | 隐藏该列 | ` HIDE_COLUMN ` |
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ export default {
1414 insertRowAbove : "上方插入行" ,
1515 insertRowBelow : "下方插入行" ,
1616 removeRow : "移除该行" ,
17- hideColumn : "隐藏该行 " ,
17+ hideColumn : "隐藏该列 " ,
1818 } ,
1919} ;
You can’t perform that action at this time.
0 commit comments