From 5016211b76e43399e779ab64a68669316b042379 Mon Sep 17 00:00:00 2001 From: Vitalii Mural Date: Sat, 8 Jun 2024 12:09:52 +0300 Subject: [PATCH] fix(module:table): missing no-result in fixed header table --- components/table/src/table/table-fixed-row.component.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/table/src/table/table-fixed-row.component.ts b/components/table/src/table/table-fixed-row.component.ts index 895fe454ed4..21f22bf3be7 100644 --- a/components/table/src/table/table-fixed-row.component.ts +++ b/components/table/src/table/table-fixed-row.component.ts @@ -32,12 +32,15 @@ import { NzTableStyleService } from '../table-style.service'; style="position: sticky; left: 0; overflow: hidden;" [style.width.px]="hostWidth$ | async" > - + } @else { - + } + + + `, imports: [AsyncPipe, NgTemplateOutlet], standalone: true