diff --git a/lib/vue/src/components/resourceList/CResourceList.vue b/lib/vue/src/components/resourceList/CResourceList.vue index 606c8d14c..16f7e3bf4 100644 --- a/lib/vue/src/components/resourceList/CResourceList.vue +++ b/lib/vue/src/components/resourceList/CResourceList.vue @@ -54,8 +54,6 @@ ref="resourceList" :fields="_fields" :items="_items" - :sort-by.sync="sorting.sortBy" - :sort-desc.sync="sorting.sortDesc" :sticky-header="stickyHeader" :tbody-tr-class="tableRowClasses" hover @@ -67,38 +65,36 @@ foot-variant="light" :primary-key="primaryKey" class="mh-100 h-100 mb-0" - @sort-changed="pagination.page = 1" @row-clicked="$emit('row-clicked', $event)" >