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 519afc1 + bf40340 commit 3aa2781Copy full SHA for 3aa2781
src/table/table.component.ts
@@ -334,7 +334,7 @@ import { I18n } from "./../i18n/i18n.module";
334
*ngIf="model.rowsExpanded[i]"
335
class="bx--expandable-row-v2"
336
[attr.data-child-row]="(model.rowsExpanded[i] ? 'true' : null)">
337
- <td [attr.colspan]="model.data.length + 2">
+ <td [attr.colspan]="row.length + 2">
338
<ng-container *ngIf="!firstExpandedTemplateInRow(row)">{{firstExpandedDataInRow(row)}}</ng-container>
339
<ng-template
340
[ngTemplateOutlet]="firstExpandedTemplateInRow(row)"
0 commit comments