This commit is contained in:
2021-02-02 15:56:44 +00:00
parent 6820ab9ded
commit 5411f45623
2 changed files with 2 additions and 2 deletions

View File

@@ -9,8 +9,7 @@ MISC ITEMS THAT CAME UP
LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
(below this is all past for reference)
Sort done for normal wide table view however mobile view is *not* using datatable it's using dataiterator so next is:
Convert mobile view to datatable, hopefully figure out whatever made me do it that way and fix it
SortBy in mobile not translated (vuetify default)
.......

View File

@@ -197,6 +197,7 @@
itemsPerPageText: $ay.t('RowsPerPage'),
pageText: $ay.t('PageOfPageText')
}"
:header-props="{ sortByText: $ay.t('Sort') }"
:loading-text="$ay.t('Loading')"
class="elevation-1"
data-cy="datatable"