mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Add clear filters option
This commit is contained in:
parent
cc11c9d460
commit
31331f99a2
3 changed files with 36 additions and 29 deletions
|
@ -170,7 +170,7 @@ export default {
|
|||
this.resizeListener = null;
|
||||
}
|
||||
},
|
||||
isTargetClicked() {
|
||||
isTargetClicked(event) {
|
||||
return this.target && (this.target === event.target || this.target.contains(event.target));
|
||||
},
|
||||
appendContainer() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue