Lines Matching full:row
15 <template #cell(expandRow)="row">
21 @click="toggleRowDetails(row)"
29 <template #cell(identifyLed)="row">
31 v-if="hasIdentifyLed(row.item.identifyLed)"
32 v-model="row.item.identifyLed"
35 @change="toggleIdentifyLedValue(row.item)"
37 <span v-if="row.item.identifyLed">
45 <template #row-details="{ item }">
47 <b-row>
64 </b-row>
93 tdClass: 'table-row-expand',
142 toggleIdentifyLedValue(row) {
145 uri: row.uri,
146 memberId: row.id,
147 identifyLed: row.identifyLed,