This commit is contained in:
2021-02-01 18:40:11 +00:00
parent 561800c628
commit d4a7cd9dcd
2 changed files with 14 additions and 4 deletions

View File

@@ -7,6 +7,16 @@
MISC ITEMS THAT CAME UP
LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
(below this is all past for reference)
Update datatable to send to server sort changes
update server to return columnview with response data
update client to adapt ui to returned columnview
.......
How it works:
user opens grid for first time this session, client sets filterid to 0/default and triggers fetch of the filter list which in turn triggers getdata
GetData sends request to server consisting of offset, limit, datalistkey, clientCriteria and Filter id to apply or empty / 0 if wants default server filter
@@ -146,10 +156,6 @@ todo: filter, can be programmatic or user, user saves, can choose from list
this change is relevant to the new system completely so not wasteful to do that whenever
TODO: LIST VIEW REPLACMENT OUTSTANDING TO DO
Client fixup <---= CURRENTLY HERE
WHERE IT"S AT:
Fixup client so existing client works with new filter and sort system *before* porting UI

View File

@@ -636,6 +636,10 @@ export default {
return null;
}
},
async handleSortChange(){
//update sort settings at server for current columnview
},
async getDataFromApi(deSelectAll) {
let vm = this;