Browse Source
Update npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24636/head
Fahri Gedik
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.html
|
|
|
@ -6,8 +6,8 @@ |
|
|
|
[footerHeight]="infiniteScroll ? false : 50"> |
|
|
|
@if (effectiveRowDetailTemplate) { |
|
|
|
<ngx-datatable-row-detail [rowHeight]="effectiveRowDetailHeight"> |
|
|
|
<ng-template let-row="row" let-expanded="expanded" class="bg-transparent" ngx-datatable-row-detail-template> |
|
|
|
<ng-container class="bg-transparent" |
|
|
|
<ng-template let-row="row" let-expanded="expanded" ngx-datatable-row-detail-template> |
|
|
|
<ng-container |
|
|
|
*ngTemplateOutlet="effectiveRowDetailTemplate; context: { row: row, expanded: expanded }" /> |
|
|
|
</ng-template> |
|
|
|
</ngx-datatable-row-detail> |
|
|
|
|