Revert "Fixed #3388 - DataTable: Disable filter overlay panel when clicking outside"

This reverts commit c3c3edcde8.
This commit is contained in:
Tuğçe Küçükoğlu 2023-01-11 12:21:50 +03:00
parent df3f1ca5a9
commit b58ef712db
7 changed files with 0 additions and 37 deletions

View file

@ -27,7 +27,6 @@
:filters="filters"
:filterDisplay="filterDisplay"
:filtersStore="filtersStore"
:filterOnOutsideClick="filterOnOutsideClick"
:filterInputProps="filterInputProps"
@filter-change="$emit('filter-change', $event)"
@filter-apply="$emit('filter-apply')"
@ -203,10 +202,6 @@ export default {
type: Boolean,
default: false
},
filterOnOutsideClick: {
type: Boolean,
default: false
},
filterInputProps: {
type: null,
default: null