From d8cb82896316240aaee48613f8fc88bf840b22b4 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Sat, 16 Aug 2025 16:17:50 +0200 Subject: [PATCH] :sparkles: Trip: table column resizable --- src/src/app/components/trip/trip.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index 9d0c2f5..070dfc3 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -92,7 +92,8 @@ @defer { @if (flattenedTripItems.length) { + [rowGroupMode]="tableExpandableMode ? 'subheader': 'rowspan'" groupRowsBy="td_label" + [resizableColumns]="tableExpandableMode"> @if (!tableExpandableMode && tripTableSelectedColumns.includes('day')) {Day