+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -334,7 +334,7 @@ export default {
334
334
$rows.push(
335
335
// We don't use `BTr` here as we dont need the extra functionality
336
336
h('tr', {
337
-
key: `__b-table-details-${rowIndex}-stripe__`,
337
+
key: `__b-table-details-stripe__${rowKey}`,
338
338
staticClass: 'd-none',
339
339
attrs: { 'aria-hidden': 'true', role: 'presentation' }
340
340
})
@@ -346,7 +346,7 @@ export default {
346
346
h(
347
347
BTr,
348
348
{
349
-
key: `__b-table-details-${rowIndex}__`,
349
+
key: `__b-table-details__${rowKey}`,
350
350
staticClass: 'b-table-details',
351
351
class: [
352
352
isFunction(this.tbodyTrClass)
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4