From 1ac1d87b22d83da6f2d3cb93dcc7d26629e61a1f Mon Sep 17 00:00:00 2001 From: markuczy Date: Tue, 12 Nov 2024 16:54:31 +0100 Subject: [PATCH] fix: table header layout improved --- .../data-table/data-table.component.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/libs/angular-accelerator/src/lib/components/data-table/data-table.component.html b/libs/angular-accelerator/src/lib/components/data-table/data-table.component.html index 21b584e0..698dc5d7 100644 --- a/libs/angular-accelerator/src/lib/components/data-table/data-table.component.html +++ b/libs/angular-accelerator/src/lib/components/data-table/data-table.component.html @@ -122,9 +122,10 @@ scrollHeight="flex" [style]="tableStyle" paginatorDropdownAppendTo="body" + tableStyleClass="h-full" > - + -
- {{ column.nameKey | translate }} - +
+ {{ column.nameKey | translate }} +