This commit is contained in:
@@ -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)
|
||||
.......
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user