in the import dialog's data review table, keep the selection checkboxes and action button columns fixed in place

This commit is contained in:
MaysWind
2026-01-04 10:29:41 +08:00
parent 277da30339
commit 8651755d7a
@@ -916,7 +916,8 @@ const importTransactionsTableHeight = computed<number | undefined>(() => {
const importTransactionHeaders = computed<object[]>(() => {
return [
{ value: 'valid', sortable: true, nowrap: true, width: 35 },
{ key: 'data-table-select', fixed: true },
{ value: 'valid', sortable: true, nowrap: true, width: 35, fixed: true },
{ value: 'time', title: tt('Transaction Time'), sortable: true, nowrap: true },
{ value: 'type', title: tt('Type'), sortable: true, nowrap: true },
{ value: 'actualCategoryName', title: tt('Category'), sortable: true, nowrap: true },