diff --git a/module/pivot/ui/show.html.php b/module/pivot/ui/show.html.php
index 114ae305b9..08e8261cb2 100644
--- a/module/pivot/ui/show.html.php
+++ b/module/pivot/ui/show.html.php
@@ -40,7 +40,7 @@ $generateData = function() use ($module, $method, $lang, $title, $pivot, $data,
set::data($rows),
set::emptyTip($lang->error->noData),
set::onRenderCell(jsRaw('renderCell')),
- $cellSpan ? set::plugins(array('cellspan')) : null,
+ set::plugins(array('header-group', $cellSpan ? 'cellspan' : null)),
$cellSpan ? set::getCellSpan(jsRaw('getCellSpan')) : null,
$cellSpan ? set::cellSpanOptions($cellSpan) : null
)