Add UnmergeCommand and add it to the UI #3174
Labels
domain:ui/ux
This issue reports a problem related to UI or UX.
package:table
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
This is a low priority feature but might be seen as useful.
The idea is that this command will allow to break colspan and rowspan cell groping at once. So if a cell has rowspan=2 and colspan=3 it will break to 6 table cells at once.
This command will be enabled only if cell has rowspan or colspan attribute set greater then 1 (default).
This command will be used alongside current SplitCellCommand which split table cell horizontally or vertically even if it is not spanned cell. It will allow users to have greater set of tools in terms of manipulating a table.
The text was updated successfully, but these errors were encountered: