mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Revert "Fixed #3388 - DataTable: Disable filter overlay panel when clicking outside"
This reverts commit c3c3edcde8
.
This commit is contained in:
parent
df3f1ca5a9
commit
b58ef712db
7 changed files with 0 additions and 37 deletions
|
@ -49,7 +49,6 @@
|
|||
:filters="d_filters"
|
||||
:filtersStore="filters"
|
||||
:filterDisplay="filterDisplay"
|
||||
:filterOnOutsideClick="filterOnOutsideClick"
|
||||
:filterInputProps="filterInputProps"
|
||||
@column-click="onColumnHeaderClick($event)"
|
||||
@column-mousedown="onColumnHeaderMouseDown($event)"
|
||||
|
@ -506,10 +505,6 @@ export default {
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
filterOnOutsideClick: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
tableStyle: {
|
||||
type: null,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue