Skip to content

Commit db8a34c

Browse files
committed
keep the first column in the export dialog table fixed
1 parent d62455e commit db8a34c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/views/desktop/statistics/transaction/dialogs/ExportDialog.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ const dataTableHeaders = computed<object[]>(() => {
162162
value: `column${index}`,
163163
title: header,
164164
sortable: index > 0,
165-
nowrap: true
165+
nowrap: true,
166+
fixed: index === 0
166167
}));
167168
});
168169

0 commit comments

Comments
 (0)