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