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.
2 parents b8fe303 + 264b7b6 commit 7ba36fcCopy full SHA for 7ba36fc
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