From 5411f45623465c444d9bc5ae7bc43bee63227bbe Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 2 Feb 2021 15:56:44 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +-- ayanova/src/components/data-table.vue | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f81bac5e..689ddac2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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) ....... diff --git a/ayanova/src/components/data-table.vue b/ayanova/src/components/data-table.vue index e855451b..d2caf8f7 100644 --- a/ayanova/src/components/data-table.vue +++ b/ayanova/src/components/data-table.vue @@ -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"