This commit is contained in:
@@ -516,6 +516,7 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
setSortIndicatorsFromDataListResponse(res) {},
|
||||||
refresh() {
|
refresh() {
|
||||||
this.getDataFromApi();
|
this.getDataFromApi();
|
||||||
},
|
},
|
||||||
@@ -706,6 +707,9 @@ export default {
|
|||||||
//build vm.headers here
|
//build vm.headers here
|
||||||
vm.headers = buildHeaders(res.columns);
|
vm.headers = buildHeaders(res.columns);
|
||||||
|
|
||||||
|
//SET TABLE SORT HERE FROM RESPONSE
|
||||||
|
setSortIndicatorsFromDataListResponse(res);
|
||||||
|
|
||||||
//Post process data here and then set vm.records
|
//Post process data here and then set vm.records
|
||||||
vm.records = buildRecords(
|
vm.records = buildRecords(
|
||||||
res.data,
|
res.data,
|
||||||
|
|||||||
Reference in New Issue
Block a user