Skip to content

Commit

Permalink
Merge pull request #42 from ZeinEddin/master
Browse files Browse the repository at this point in the history
change the name of the attribute to reflect its content
  • Loading branch information
ThaDafinser committed Oct 17, 2013
2 parents 585d06e + 4499f9b commit 8273074
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 8273074

Please sign in to comment.