ag-grid-enterprise icon indicating copy to clipboard operation
ag-grid-enterprise copied to clipboard

ColumnsMenuTab Gets Removed After Refresh

Open FaitAccompli opened this issue 3 years ago • 0 comments

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/ceolter/ag-grid-enterprise/blob/master/CONTRIBUTING.md#question

Current behavior

As mentioned in the documentation,

The menu will be displayed by default and will be made up of three panels

The property menuTabs is an array of strings. The valid values are: 'filterMenuTab', 'generalMenuTab' and 'columnsMenuTab'.

image

On first load, the columnsMenuTab is visible. After a performing a refresh on the browser, the columnsMenuTab gets removed from the columns menu.

This only happens on one page. The other pages work as expected, the columnsMenuTab is still there even after a refresh but for one page it gets removed after a refresh.

image

Expected behavior

The columnsMenuTab should still be in the columns menu even after refreshing the browser.

Minimal reproduction of the problem with instructions

Unfortunately, I can't share the code.

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

 Operating System: Windows 10 Enterprise 64-bit (10.0, Build 19043)
 Package Manager: npm v8.1.2 
 JRE: node v16.13.0
 HTTP Server: localhost and nginx
 Frontend Framework: vue v^2.6.14 and nuxt v^2.15.8
  • ag-Grid-Enterprise version: 2.0.X
ag-Grid-Enterprise version: ^26.0.0
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  Google Chrome Version 97.0.4692.99 (Official Build) (64-bit)

FaitAccompli avatar Jan 20 '22 07:01 FaitAccompli