Skip to content

Commit

Permalink
Fixed #1076 - DataTable Filter Menu insertBefore defect
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Apr 15, 2021
1 parent 9725698 commit 9875abb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/datatable/ColumnFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ export default {
if (this.filterMenuStyle) {
DomHandler.applyStyle(this.overlay, this.filterMenuStyle);
}
document.body.appendChild(this.overlay);
ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
DomHandler.absolutePosition(this.overlay, this.$refs.icon);
this.bindOutsideClickListener();
Expand Down

0 comments on commit 9875abb

Please sign in to comment.