This commit is contained in:
2021-02-02 18:43:36 +00:00
parent 5411f45623
commit 402b0156c8
2 changed files with 47 additions and 1 deletions

View File

@@ -9,7 +9,25 @@ MISC ITEMS THAT CAME UP
LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
(below this is all past for reference)
SortBy in mobile not translated (vuetify default)
Header filter icon
https://github.com/vuetifyjs/vuetify/issues/1548
https://codepen.io/aldarund/pen/yqgVgy
Customers
Filter
-
{ "headers": [ { "text": "", "sortable": false, "width": "1px", "value": "data-table-select" },
{ "text": "Customer name", "fk": "customername", "value": "columns.c0", "align": "start" },
{ "text": "Business", "fk": "customerphone1", "value": "columns.c1" },
{ "text": "Email", "fk": "customeremail", "value": "columns.c2" },
{ "text": "Head Office", "fk": "customerheadoffice", "value": "columns.c3" },
{ "text": "Web Address", "fk": "customerwebaddress", "value": "columns.c4" } ],
"options": { "page": 1, "itemsPerPage": 10, "sortBy": [ "columns.c2" ], "sortDesc": [ false ],
"groupBy": [], "groupDesc": [], "mustSort": false, "multiSort": true }, "mobile": false, "showGroupBy": false,
"someItems": false, "everyItem": false, "singleSelect": false, "disableSort": false }
.......