Skip to content

Commit

Permalink
Splitting table cells vertically doesnÎéÎ÷t break table structure any…
Browse files Browse the repository at this point in the history
…more.
  • Loading branch information
jswiderski committed Feb 3, 2014
1 parent 50bcc9a commit 2992549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tabletools/plugin.js
Expand Up @@ -606,7 +606,7 @@

// The destination row is empty, append at will.
if ( !candidateCell )
newCellTr.append( newCell, true );
newCellTr.append( newCell, false);
} else {
newCellRowSpan = newRowSpan = 1;

Expand Down

0 comments on commit 2992549

Please sign in to comment.