PMCORE-3260: UI disable sorting in the pending tasks grid

This commit is contained in:
Rodrigo Quelca
2021-08-31 12:37:12 +00:00
parent 9049ab835f
commit 620a80ea8d

View File

@@ -195,6 +195,7 @@ export default {
programmatic: false,
},
filterable: false,
sortable: [],
requestFunction() {
return this.$parent.$parent.getCasesForVueTable();
},