This commit is contained in:
@@ -9,8 +9,7 @@ MISC ITEMS THAT CAME UP
|
|||||||
|
|
||||||
LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
||||||
(below this is all past for reference)
|
(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:
|
SortBy in mobile not translated (vuetify default)
|
||||||
Convert mobile view to datatable, hopefully figure out whatever made me do it that way and fix it
|
|
||||||
.......
|
.......
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -197,6 +197,7 @@
|
|||||||
itemsPerPageText: $ay.t('RowsPerPage'),
|
itemsPerPageText: $ay.t('RowsPerPage'),
|
||||||
pageText: $ay.t('PageOfPageText')
|
pageText: $ay.t('PageOfPageText')
|
||||||
}"
|
}"
|
||||||
|
:header-props="{ sortByText: $ay.t('Sort') }"
|
||||||
:loading-text="$ay.t('Loading')"
|
:loading-text="$ay.t('Loading')"
|
||||||
class="elevation-1"
|
class="elevation-1"
|
||||||
data-cy="datatable"
|
data-cy="datatable"
|
||||||
|
|||||||
Reference in New Issue
Block a user