We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5338f86 + eec4112 commit 331d7ebCopy full SHA for 331d7eb
packages/components/datagrid/src/js/datagrid.html
@@ -95,7 +95,6 @@
95
aria-expanded="{{$ctrl.isRowExpanded($index)}}"
96
ng-repeat-start="row in $ctrl.displayedRows track by $index"
97
ng-init="rowIndex = $index"
98
- ng-click="$ctrl.toggleRowExpansion($index)"
99
tabindex="0">
100
<td class="oui-datagrid__cell oui-datagrid__cell_s"
101
ng-if="$ctrl.selectableRows">
@@ -109,6 +108,7 @@
109
108
<button type="button"
110
class="oui-button oui-button_s oui-button_ghost"
111
ng-if="$ctrl.expandableRows"
+ ng-click="$ctrl.toggleRowExpansion($index)"
112
tabindex="-1">
113
<span class="oui-icon"
114
ng-class="{
0 commit comments