This commit is contained in:
2021-02-01 20:55:10 +00:00
parent 6da7df6fc4
commit 9f3093ea46

View File

@@ -3,7 +3,7 @@
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-card>
{{ dataTablePagingOptions }}
<v-card-title>
<v-select
v-model="listViewId"
@@ -516,6 +516,7 @@ export default {
}
});
},
setSortIndicatorsFromDataListResponse(res) {},
refresh() {
this.getDataFromApi();
},
@@ -706,6 +707,9 @@ export default {
//build vm.headers here
vm.headers = buildHeaders(res.columns);
//SET TABLE SORT HERE FROM RESPONSE
setSortIndicatorsFromDataListResponse(res);
//Post process data here and then set vm.records
vm.records = buildRecords(
res.data,