Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Oct 18, 2013
2 parents e542796 + 8273074 commit 46cb710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46cb710

Please sign in to comment.