This commit is contained in:
2021-03-01 17:39:43 +00:00
parent 64e63532d5
commit e041977c4c
11 changed files with 21 additions and 0 deletions

View File

@@ -251,6 +251,7 @@
:loading-text="$ay.t('Loading')"
class="elevation-1"
data-cy="datatable"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:body="{ items }">
<v-row>

View File

@@ -16,6 +16,7 @@
:disable-filtering="true"
hide-default-footer
hide-default-header
:no-data-text="$ay.t('NoData')"
>
</v-data-table>
</div>