highlight the current row

This commit is contained in:
MaysWind
2025-11-23 00:49:43 +08:00
parent 44dc45de51
commit 3ba91c590e
3 changed files with 3 additions and 0 deletions
@@ -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"