diff --git a/ayanova/src/components/data-table.vue b/ayanova/src/components/data-table.vue index fa9ed558..ab316491 100644 --- a/ayanova/src/components/data-table.vue +++ b/ayanova/src/components/data-table.vue @@ -20,38 +20,40 @@ - @@ -549,6 +551,10 @@ export default { doNotTruncate: { type: Boolean, default: false + }, + showFilterManager: { + type: Boolean, + default: true } }, data() { diff --git a/ayanova/src/views/customer-csr.vue b/ayanova/src/views/customer-csr.vue index b5a40c3a..9c1462b6 100644 --- a/ayanova/src/views/customer-csr.vue +++ b/ayanova/src/views/customer-csr.vue @@ -5,6 +5,7 @@ form-key="csr-list" data-list-key="CustomerServiceRequestDataList" :reload="reload" + :show-filter-manager="false" data-cy="csrTable" @selection-change="handleSelected" >