@nettyapps/ntybase 21.1.14 → 21.1.15

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.
@@ -1705,7 +1705,11 @@ class NettyAgGridBase extends NettyAppsBase {
1705
1705
  }
1706
1706
  // ---------------------------------------------
1707
1707
  // --- Functions to Show / Hide Grid Columns ---
1708
- // ---------------------------------------------
1708
+ // ---------------------------------------------
1709
+ onShowHideColumns() {
1710
+ this.gridColumnsVisible.update((a) => !a);
1711
+ this.initAgGrid();
1712
+ }
1709
1713
  isHidden(isEmbeddedHide, isVisibleHide) {
1710
1714
  const isEmbedded = this._isEmbedded();
1711
1715
  const isVisibleSwitchOn = this.gridColumnsVisible();