@trudb/tru-common-lib 0.1.953 → 0.1.954

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5957,6 +5957,7 @@ class TruDataGridHeader {
5957
5957
  if (!this.columnMenuIsOpen) {
5958
5958
  this.params.showColumnMenu(event.target, () => {
5959
5959
  this.columnMenuIsOpen = false;
5960
+ this.showFilterMenu = this.isHovering && this.params.api.getDisplayedRowCount() > 0 || this.columnMenuIsOpen;
5960
5961
  });
5961
5962
  this.columnMenuIsOpen = true;
5962
5963
  }