1 | | After looking at it for a while, the issue isnt too complicated. When selecting a cell and setting either row or colspanning, lets say rowspanning, then only the attribute, lets say rowspan="3" is applied to the selected sell, but not TDs are removed nor really "merged" (their contents). so its just not working the same way as visually selecting cells and then use "merge" |
| 1 | After looking at it for a while, the issue isnt too complicated. When selecting a cell and setting either row or colspanning, lets say rowspanning, then only the attribute, lets say rowspan="3" is applied to the selected cell, but no TDs are removed or rather "merged" (their contents) - leaving the table with to many TDs. so its just not working the same way as visually selecting cells and then use "merge" |