We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fe303 commit 264b7b6Copy full SHA for 264b7b6
templates/vue-common/mixins/ListMixin.js
@@ -44,6 +44,8 @@ export default {
44
if (!isEmpty(sortBy)) {
45
params[`order[${sortBy}]`] = descending ? 'desc' : 'asc';
46
}
47
+
48
+ this.resetList = true;
49
50
this.getPage(params).then(() => {
51
this.options.sortBy = sortBy;
0 commit comments