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