Skip to content

Commit 34fb156

Browse files
committed
mergeIdentiqualValues one row
1 parent 18e8f71 commit 34fb156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ajax/semantic/html/content/table/HtmlTableContent.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ public function mergeIdentiqualValues($colIndex,$function="strip_tags"){
361361
}
362362
$counter++;
363363
}
364+
if($counter>0 && isset($cellToMerge)){
365+
$cellToMerge->setRowspan($counter);
366+
}
364367
return $this;
365368
}
366369
}

0 commit comments

Comments
 (0)