-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
该问题是否已经被报告过了? Is there an existing issue for this?
- 我已经搜索了 Issues,没有发现类似问题
I have searched the existing issuesTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
描述问题 Describe the problem
在存在合并单元格的表格中
1、合并单元格(合并列)删除某一行
会导致部分数据串列,且该行不可再删除
2、合并单元格(合并行)删除某一列
并无此选项
期待的结果 Expected result
类似excel,删除后不串行,在第一个动图中删除后,变为
删除列同理。
截屏或者录屏演示 Screenshot or screen recording presentation
合并列下删除行
合并行下删除列
版本环境 Version environment
- Version: 2.0.13
- Operating System: windows 11
日志文件 Log file
更多信息 More information
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
Select code repository
Activity
Vanessa219 commentedon May 30, 2022
第一个在删除行以后表格就有点问题了,稍后修改。
如果操做涉及到合并的单元格,由于在操作时会对它附近的一些单元格产生未知可选的影响,因此对其进行了屏蔽。如果需要操作的话,可先拆分单元格。
[-]合并单元格下删除行/列问题[/-][+]单元格所在行有跨行的单元格时禁止删除行[/+]🐛 fix #5045
💡 #5045