Skip to content

Commit d8cb828

Browse files
committed
✨ Trip: table column resizable
1 parent 0fdd149 commit d8cb828

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/src/app/components/trip/trip.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ <h1 class="font-semibold tracking-tight text-xl">Plans</h1>
9292
@defer {
9393
@if (flattenedTripItems.length) {
9494
<p-table [value]="flattenedTripItems" class="print-striped-rows" styleClass="max-w-[85vw] md:max-w-full"
95-
[rowGroupMode]="tableExpandableMode ? 'subheader': 'rowspan'" groupRowsBy="td_label">
95+
[rowGroupMode]="tableExpandableMode ? 'subheader': 'rowspan'" groupRowsBy="td_label"
96+
[resizableColumns]="tableExpandableMode">
9697
<ng-template #header>
9798
<tr>
9899
@if (!tableExpandableMode && tripTableSelectedColumns.includes('day')) {<th class="w-24" pResizableColumn>Day

0 commit comments

Comments
 (0)