Lines Matching full:row
15 'bmc-table--row-actions-enabled': '$ctrl.rowActionsEnabled',
18 <!-- Header row -->
61 <!-- Row actions empty cell -->
69 ng-repeat-start="row in $ctrl.data track by $index"
75 <!-- Row expansion trigger -->
80 aria-label="expand row"
85 <!-- Row checkbox -->
88 <table-checkbox ng-if="row.selectable"
89 ng-model="row.selected"
93 <!-- Row item -->
94 <td ng-repeat="item in row.uiData track by $index"
98 <!-- Row Actions -->
102 ng-if="row.actions"
103 actions="row.actions"
104 emit-action="$ctrl.onEmitRowAction(action, row)">
108 <!-- Expansion row -->
111 class="bmc-table__expansion-row">
117 ng-bind-html="row.expandContent || 'No data'">
123 class="bmc-table__expansion-row">