Skip to content

Commit

Permalink
entity id in rows
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaphoneJon committed Mar 2, 2024
1 parent 45ad879 commit d76b4f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tr ng-repeat="(rowIndex, row) in $ctrl.results">
<tr ng-repeat="(rowIndex, row) in $ctrl.results" ng-attr-entity-id="{{ row.key || undefined }}">
<td ng-if=":: $ctrl.hasExtraFirstColumn()" class="{{:: row.cssClass }}">
<span ng-if=":: $ctrl.settings.draggable" class="crm-draggable" title="{{:: ts('Drag to reposition') }}">
<i class="crm-i fa-arrows-v"></i>
Expand Down

0 comments on commit d76b4f7

Please sign in to comment.