Skip to content

Commit 331d7eb

Browse files
authored
Merge pull request #738 from ovh/develop
Release 5.1.4
2 parents 5338f86 + eec4112 commit 331d7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/datagrid/src/js/datagrid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
aria-expanded="{{$ctrl.isRowExpanded($index)}}"
9696
ng-repeat-start="row in $ctrl.displayedRows track by $index"
9797
ng-init="rowIndex = $index"
98-
ng-click="$ctrl.toggleRowExpansion($index)"
9998
tabindex="0">
10099
<td class="oui-datagrid__cell oui-datagrid__cell_s"
101100
ng-if="$ctrl.selectableRows">
@@ -109,6 +108,7 @@
109108
<button type="button"
110109
class="oui-button oui-button_s oui-button_ghost"
111110
ng-if="$ctrl.expandableRows"
111+
ng-click="$ctrl.toggleRowExpansion($index)"
112112
tabindex="-1">
113113
<span class="oui-icon"
114114
ng-class="{

0 commit comments

Comments
 (0)