highlight the current row
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
:class="{ 'disabled': loading }"
|
||||
:headers="dataTableHeaders"
|
||||
:items="reconciliationStatements?.transactions ?? []"
|
||||
:hover="true"
|
||||
:no-data-text="loading ? '' : tt('No transaction data')"
|
||||
v-model:items-per-page="countPerPage"
|
||||
v-model:page="currentPage"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
:height="importTransactionsTableHeight"
|
||||
:headers="importTransactionHeaders"
|
||||
:items="importTransactions"
|
||||
:hover="true"
|
||||
:search="JSON.stringify(filters)"
|
||||
:custom-filter="importTransactionsFilter"
|
||||
:no-data-text="tt('No data to import')"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
:disable-sort="true"
|
||||
:headers="parsedFileLinesHeaders"
|
||||
:items="parsedFileLines"
|
||||
:hover="true"
|
||||
:no-data-text="tt('No data to import')"
|
||||
v-model:items-per-page="countPerPage"
|
||||
v-model:page="currentPage"
|
||||
|
||||
Reference in New Issue
Block a user