diff --git a/src/ZfcDatagrid/Renderer/BootstrapTable/View/Helper/TableRow.php b/src/ZfcDatagrid/Renderer/BootstrapTable/View/Helper/TableRow.php index ffe9ddb2..5448ceab 100644 --- a/src/ZfcDatagrid/Renderer/BootstrapTable/View/Helper/TableRow.php +++ b/src/ZfcDatagrid/Renderer/BootstrapTable/View/Helper/TableRow.php @@ -120,7 +120,7 @@ public function __invoke ($row, $columns, AbstractAction $rowClickAction = null) $attributes = array( 'class' => implode(',', $classes), 'style' => implode(';', $styles), - 'data-uniqueId' => $column->getUniqueId() + 'data-columnUniqueId' => $column->getUniqueId() ); $return .= $this->getTd($value, $attributes);